Changeset edeee9f in mainline for uspace/lib/inet


Ignore:
Timestamp:
2021-08-10T09:22:19Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e109e1
Parents:
241ab7e
git-author:
Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
git-committer:
Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
Message:

Fix header guards and doxy groups of stuff moved out of libc

Location:
uspace/lib/inet
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/inet/include/inet/addr.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_ADDR_H_
    36 #define _LIBC_INET_ADDR_H_
     35#ifndef LIBINET_INET_ADDR_H
     36#define LIBINET_INET_ADDR_H
    3737
    3838#include <errno.h>
  • uspace/lib/inet/include/inet/dhcp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_DHCP_H_
    36 #define _LIBC_INET_DHCP_H_
     35#ifndef LIBINET_INET_DHCP_H
     36#define LIBINET_INET_DHCP_H
    3737
    3838#include <types/common.h>
  • uspace/lib/inet/include/inet/dnsr.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_DNSR_H_
    36 #define _LIBC_INET_DNSR_H_
     35#ifndef LIBINET_INET_DNSR_H
     36#define LIBINET_INET_DNSR_H
    3737
    3838#include <inet/inet.h>
  • uspace/lib/inet/include/inet/endpoint.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_ENDPOINT_H_
    36 #define _LIBC_INET_ENDPOINT_H_
     35#ifndef LIBINET_INET_ENDPOINT_H
     36#define LIBINET_INET_ENDPOINT_H
    3737
    3838#include <stdint.h>
  • uspace/lib/inet/include/inet/eth_addr.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup inet
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3535 */
    3636
    37 #ifndef _LIBC_INET_ETH_ADDR_H_
    38 #define _LIBC_INET_ETH_ADDR_H_
     37#ifndef LIBINET_INET_ETH_ADDR_H
     38#define LIBINET_INET_ETH_ADDR_H
    3939
    4040#include <stdint.h>
  • uspace/lib/inet/include/inet/host.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_HOST_H_
    36 #define _LIBC_INET_HOST_H_
     35#ifndef LIBINET_INET_HOST_H
     36#define LIBINET_INET_HOST_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/inet/hostname.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_HOSTNAME_H_
    36 #define _LIBC_INET_HOSTNAME_H_
     35#ifndef LIBINET_INET_HOSTNAME_H
     36#define LIBINET_INET_HOSTNAME_H
    3737
    3838extern errno_t inet_hostname_parse(const char *, char **, char **);
  • uspace/lib/inet/include/inet/hostport.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_HOSTPORT_H_
    36 #define _LIBC_INET_HOSTPORT_H_
     35#ifndef LIBINET_INET_HOSTPORT_H
     36#define LIBINET_INET_HOSTPORT_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/inet/inet.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_INET_H_
    36 #define _LIBC_INET_INET_H_
     35#ifndef LIBINET_INET_INET_H
     36#define LIBINET_INET_INET_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/inet/inetcfg.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_INETCFG_H_
    36 #define _LIBC_INET_INETCFG_H_
     35#ifndef LIBINET_INET_INETCFG_H
     36#define LIBINET_INET_INETCFG_H
    3737
    3838#include <inet/inet.h>
  • uspace/lib/inet/include/inet/inetping.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_INETPING_H_
    36 #define _LIBC_INET_INETPING_H_
     35#ifndef LIBINET_INET_INETPING_H
     36#define LIBINET_INET_INETPING_H
    3737
    3838#include <inet/inet.h>
  • uspace/lib/inet/include/inet/iplink.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_IPLINK_H_
    36 #define _LIBC_INET_IPLINK_H_
     35#ifndef LIBINET_INET_IPLINK_H
     36#define LIBINET_INET_IPLINK_H
    3737
    3838#include <async.h>
  • uspace/lib/inet/include/inet/iplink_srv.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_IPLINK_SRV_H_
    36 #define _LIBC_INET_IPLINK_SRV_H_
     35#ifndef LIBINET_INET_IPLINK_SRV_H
     36#define LIBINET_INET_IPLINK_SRV_H
    3737
    3838#include <async.h>
  • uspace/lib/inet/include/inet/tcp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_TCP_H_
    36 #define _LIBC_INET_TCP_H_
     35#ifndef LIBINET_INET_TCP_H
     36#define LIBINET_INET_TCP_H
    3737
    3838#include <fibril_synch.h>
  • uspace/lib/inet/include/inet/udp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_INET_UDP_H_
    36 #define _LIBC_INET_UDP_H_
     35#ifndef LIBINET_INET_UDP_H
     36#define LIBINET_INET_UDP_H
    3737
    3838#include <async.h>
  • uspace/lib/inet/include/ipc/dhcp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_DHCP_H_
    36 #define _LIBC_IPC_DHCP_H_
     35#ifndef LIBINET_IPC_DHCP_H
     36#define LIBINET_IPC_DHCP_H
    3737
    3838#include <ipc/common.h>
  • uspace/lib/inet/include/ipc/dnsr.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
    3232
    33 #ifndef _LIBC_IPC_DNSR_H_
    34 #define _LIBC_IPC_DNSR_H_
     33#ifndef LIBINET_IPC_DNSR_H
     34#define LIBINET_IPC_DNSR_H
    3535
    3636#include <ipc/common.h>
  • uspace/lib/inet/include/ipc/inet.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_INET_H_
    36 #define _LIBC_IPC_INET_H_
     35#ifndef LIBINET_IPC_INET_H
     36#define LIBINET_IPC_INET_H
    3737
    3838#include <ipc/common.h>
  • uspace/lib/inet/include/ipc/iplink.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_IPLINK_H_
    36 #define _LIBC_IPC_IPLINK_H_
     35#ifndef LIBINET_IPC_IPLINK_H
     36#define LIBINET_IPC_IPLINK_H
    3737
    3838#include <ipc/common.h>
  • uspace/lib/inet/include/ipc/tcp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_TCP_H_
    36 #define _LIBC_IPC_TCP_H_
     35#ifndef LIBINET_IPC_TCP_H
     36#define LIBINET_IPC_TCP_H
    3737
    3838#include <ipc/common.h>
  • uspace/lib/inet/include/ipc/udp.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_UDP_H_
    36 #define _LIBC_IPC_UDP_H_
     35#ifndef LIBINET_IPC_UDP_H
     36#define LIBINET_IPC_UDP_H
    3737
    3838#include <ipc/common.h>
  • uspace/lib/inet/include/types/inet.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_TYPES_INET_H_
    36 #define _LIBC_TYPES_INET_H_
     35#ifndef LIBINET_TYPES_INET_H
     36#define LIBINET_TYPES_INET_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/types/inet/host.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_TYPES_INET_HOST_H_
    36 #define _LIBC_TYPES_INET_HOST_H_
     35#ifndef LIBINETTYPES_INET_HOST_H
     36#define LIBINETTYPES_INET_HOST_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/types/inet/hostport.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_TYPES_INET_HOSTPORT_H_
    36 #define _LIBC_TYPES_INET_HOSTPORT_H_
     35#ifndef LIBINET_TYPES_INET_HOSTPORT_H
     36#define LIBINET_TYPES_INET_HOSTPORT_H
    3737
    3838#include <inet/addr.h>
  • uspace/lib/inet/include/types/inetcfg.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_TYPES_INETCFG_H_
    36 #define _LIBC_TYPES_INETCFG_H_
     35#ifndef LIBINET_TYPES_INETCFG_H
     36#define LIBINET_TYPES_INETCFG_H
    3737
    3838#include <inet/eth_addr.h>
  • uspace/lib/inet/include/types/inetping.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
     
    3535 */
    3636
    37 #ifndef _LIBC_TYPES_INETPING_H_
    38 #define _LIBC_TYPES_INETPING_H_
     37#ifndef LIBINET_TYPES_INETPING_H
     38#define LIBINET_TYPES_INETPING_H
    3939
    4040#include <inet/addr.h>
  • uspace/lib/inet/src/addr.c

    r241ab7e redeee9f  
    2828 */
    2929
    30 /** @addtogroup libc
     30/** @addtogroup libinet
    3131 * @{
    3232 */
  • uspace/lib/inet/src/dhcp.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/endpoint.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/eth_addr.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/host.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/hostname.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/hostport.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/iplink.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/iplink_srv.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/tcp.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
  • uspace/lib/inet/src/udp.c

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libinet
    3030 * @{
    3131 */
Note: See TracChangeset for help on using the changeset viewer.