Changeset d5a89a3 in mainline for uspace/lib/c/include/inet
- Timestamp:
- 2019-02-11T22:31:04Z (7 years ago)
- Children:
- aaf9789c
- Parents:
- e3272101 (diff), 4805495 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/c/include/inet
- Files:
-
- 14 edited
-
addr.h (modified) (1 diff)
-
dhcp.h (modified) (1 diff)
-
dnsr.h (modified) (1 diff)
-
endpoint.h (modified) (1 diff)
-
host.h (modified) (1 diff)
-
hostname.h (modified) (1 diff)
-
hostport.h (modified) (1 diff)
-
inet.h (modified) (1 diff)
-
inetcfg.h (modified) (1 diff)
-
inetping.h (modified) (1 diff)
-
iplink.h (modified) (1 diff)
-
iplink_srv.h (modified) (1 diff)
-
tcp.h (modified) (1 diff)
-
udp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/inet/addr.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_ADDR_H_36 #define LIBC_INET_ADDR_H_35 #ifndef _LIBC_INET_ADDR_H_ 36 #define _LIBC_INET_ADDR_H_ 37 37 38 38 #include <errno.h> -
uspace/lib/c/include/inet/dhcp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_DHCP_H_36 #define LIBC_INET_DHCP_H_35 #ifndef _LIBC_INET_DHCP_H_ 36 #define _LIBC_INET_DHCP_H_ 37 37 38 38 #include <types/common.h> -
uspace/lib/c/include/inet/dnsr.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_DNSR_H_36 #define LIBC_INET_DNSR_H_35 #ifndef _LIBC_INET_DNSR_H_ 36 #define _LIBC_INET_DNSR_H_ 37 37 38 38 #include <inet/inet.h> -
uspace/lib/c/include/inet/endpoint.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_ENDPOINT_H_36 #define LIBC_INET_ENDPOINT_H_35 #ifndef _LIBC_INET_ENDPOINT_H_ 36 #define _LIBC_INET_ENDPOINT_H_ 37 37 38 38 #include <stdint.h> -
uspace/lib/c/include/inet/host.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_HOST_H_36 #define LIBC_INET_HOST_H_35 #ifndef _LIBC_INET_HOST_H_ 36 #define _LIBC_INET_HOST_H_ 37 37 38 38 #include <inet/addr.h> -
uspace/lib/c/include/inet/hostname.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_HOSTNAME_H_36 #define LIBC_INET_HOSTNAME_H_35 #ifndef _LIBC_INET_HOSTNAME_H_ 36 #define _LIBC_INET_HOSTNAME_H_ 37 37 38 38 extern errno_t inet_hostname_parse(const char *, char **, char **); -
uspace/lib/c/include/inet/hostport.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_HOSTPORT_H_36 #define LIBC_INET_HOSTPORT_H_35 #ifndef _LIBC_INET_HOSTPORT_H_ 36 #define _LIBC_INET_HOSTPORT_H_ 37 37 38 38 #include <inet/addr.h> -
uspace/lib/c/include/inet/inet.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_INET_H_36 #define LIBC_INET_INET_H_35 #ifndef _LIBC_INET_INET_H_ 36 #define _LIBC_INET_INET_H_ 37 37 38 38 #include <inet/addr.h> -
uspace/lib/c/include/inet/inetcfg.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_INETCFG_H_36 #define LIBC_INET_INETCFG_H_35 #ifndef _LIBC_INET_INETCFG_H_ 36 #define _LIBC_INET_INETCFG_H_ 37 37 38 38 #include <inet/inet.h> -
uspace/lib/c/include/inet/inetping.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_INETPING_H_36 #define LIBC_INET_INETPING_H_35 #ifndef _LIBC_INET_INETPING_H_ 36 #define _LIBC_INET_INETPING_H_ 37 37 38 38 #include <inet/inet.h> -
uspace/lib/c/include/inet/iplink.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_IPLINK_H_36 #define LIBC_INET_IPLINK_H_35 #ifndef _LIBC_INET_IPLINK_H_ 36 #define _LIBC_INET_IPLINK_H_ 37 37 38 38 #include <async.h> -
uspace/lib/c/include/inet/iplink_srv.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_IPLINK_SRV_H_36 #define LIBC_INET_IPLINK_SRV_H_35 #ifndef _LIBC_INET_IPLINK_SRV_H_ 36 #define _LIBC_INET_IPLINK_SRV_H_ 37 37 38 38 #include <async.h> -
uspace/lib/c/include/inet/tcp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_TCP_H_36 #define LIBC_INET_TCP_H_35 #ifndef _LIBC_INET_TCP_H_ 36 #define _LIBC_INET_TCP_H_ 37 37 38 38 #include <fibril_synch.h> -
uspace/lib/c/include/inet/udp.h
re3272101 rd5a89a3 33 33 */ 34 34 35 #ifndef LIBC_INET_UDP_H_36 #define LIBC_INET_UDP_H_35 #ifndef _LIBC_INET_UDP_H_ 36 #define _LIBC_INET_UDP_H_ 37 37 38 38 #include <async.h>
Note:
See TracChangeset
for help on using the changeset viewer.
