Changeset edeee9f in mainline for uspace/lib/inet
- Timestamp:
- 2021-08-10T09:22:19Z (4 years ago)
- 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)
- Location:
- uspace/lib/inet
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/inet/include/inet/addr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_ADDR_H_36 #define _LIBC_INET_ADDR_H_35 #ifndef LIBINET_INET_ADDR_H 36 #define LIBINET_INET_ADDR_H 37 37 38 38 #include <errno.h> -
uspace/lib/inet/include/inet/dhcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_DHCP_H_36 #define _LIBC_INET_DHCP_H_35 #ifndef LIBINET_INET_DHCP_H 36 #define LIBINET_INET_DHCP_H 37 37 38 38 #include <types/common.h> -
uspace/lib/inet/include/inet/dnsr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_DNSR_H_36 #define _LIBC_INET_DNSR_H_35 #ifndef LIBINET_INET_DNSR_H 36 #define LIBINET_INET_DNSR_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/endpoint.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_ENDPOINT_H_36 #define _LIBC_INET_ENDPOINT_H_35 #ifndef LIBINET_INET_ENDPOINT_H 36 #define LIBINET_INET_ENDPOINT_H 37 37 38 38 #include <stdint.h> -
uspace/lib/inet/include/inet/eth_addr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup inet29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 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 39 39 40 40 #include <stdint.h> -
uspace/lib/inet/include/inet/host.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOST_H_36 #define _LIBC_INET_HOST_H_35 #ifndef LIBINET_INET_HOST_H 36 #define LIBINET_INET_HOST_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/hostname.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOSTNAME_H_36 #define _LIBC_INET_HOSTNAME_H_35 #ifndef LIBINET_INET_HOSTNAME_H 36 #define LIBINET_INET_HOSTNAME_H 37 37 38 38 extern errno_t inet_hostname_parse(const char *, char **, char **); -
uspace/lib/inet/include/inet/hostport.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_HOSTPORT_H_36 #define _LIBC_INET_HOSTPORT_H_35 #ifndef LIBINET_INET_HOSTPORT_H 36 #define LIBINET_INET_HOSTPORT_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INET_H_36 #define _LIBC_INET_INET_H_35 #ifndef LIBINET_INET_INET_H 36 #define LIBINET_INET_INET_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/inet/inetcfg.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INETCFG_H_36 #define _LIBC_INET_INETCFG_H_35 #ifndef LIBINET_INET_INETCFG_H 36 #define LIBINET_INET_INETCFG_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/inetping.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_INETPING_H_36 #define _LIBC_INET_INETPING_H_35 #ifndef LIBINET_INET_INETPING_H 36 #define LIBINET_INET_INETPING_H 37 37 38 38 #include <inet/inet.h> -
uspace/lib/inet/include/inet/iplink.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_IPLINK_H_36 #define _LIBC_INET_IPLINK_H_35 #ifndef LIBINET_INET_IPLINK_H 36 #define LIBINET_INET_IPLINK_H 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/inet/iplink_srv.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 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 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/inet/tcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_TCP_H_36 #define _LIBC_INET_TCP_H_35 #ifndef LIBINET_INET_TCP_H 36 #define LIBINET_INET_TCP_H 37 37 38 38 #include <fibril_synch.h> -
uspace/lib/inet/include/inet/udp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_INET_UDP_H_36 #define _LIBC_INET_UDP_H_35 #ifndef LIBINET_INET_UDP_H 36 #define LIBINET_INET_UDP_H 37 37 38 38 #include <async.h> -
uspace/lib/inet/include/ipc/dhcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_DHCP_H_36 #define _LIBC_IPC_DHCP_H_35 #ifndef LIBINET_IPC_DHCP_H 36 #define LIBINET_IPC_DHCP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/dnsr.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ 32 32 33 #ifndef _LIBC_IPC_DNSR_H_34 #define _LIBC_IPC_DNSR_H_33 #ifndef LIBINET_IPC_DNSR_H 34 #define LIBINET_IPC_DNSR_H 35 35 36 36 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_INET_H_36 #define _LIBC_IPC_INET_H_35 #ifndef LIBINET_IPC_INET_H 36 #define LIBINET_IPC_INET_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/iplink.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_IPLINK_H_36 #define _LIBC_IPC_IPLINK_H_35 #ifndef LIBINET_IPC_IPLINK_H 36 #define LIBINET_IPC_IPLINK_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/tcp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_TCP_H_36 #define _LIBC_IPC_TCP_H_35 #ifndef LIBINET_IPC_TCP_H 36 #define LIBINET_IPC_TCP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/ipc/udp.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib cipc29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_IPC_UDP_H_36 #define _LIBC_IPC_UDP_H_35 #ifndef LIBINET_IPC_UDP_H 36 #define LIBINET_IPC_UDP_H 37 37 38 38 #include <ipc/common.h> -
uspace/lib/inet/include/types/inet.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INET_H_36 #define _LIBC_TYPES_INET_H_35 #ifndef LIBINET_TYPES_INET_H 36 #define LIBINET_TYPES_INET_H 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inet/host.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 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 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inet/hostport.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 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 37 37 38 38 #include <inet/addr.h> -
uspace/lib/inet/include/types/inetcfg.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC_TYPES_INETCFG_H_36 #define _LIBC_TYPES_INETCFG_H_35 #ifndef LIBINET_TYPES_INETCFG_H 36 #define LIBINET_TYPES_INETCFG_H 37 37 38 38 #include <inet/eth_addr.h> -
uspace/lib/inet/include/types/inetping.h
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef _LIBC_TYPES_INETPING_H_38 #define _LIBC_TYPES_INETPING_H_37 #ifndef LIBINET_TYPES_INETPING_H 38 #define LIBINET_TYPES_INETPING_H 39 39 40 40 #include <inet/addr.h> -
uspace/lib/inet/src/addr.c
r241ab7e redeee9f 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup libinet 31 31 * @{ 32 32 */ -
uspace/lib/inet/src/dhcp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/endpoint.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/eth_addr.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/host.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/hostname.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/hostport.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/iplink.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/iplink_srv.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/tcp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */ -
uspace/lib/inet/src/udp.c
r241ab7e redeee9f 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup libinet 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.