/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | htonl.c | 16 #include <arpa/inet.h>
|
H A D | inet_network.c | 16 #include <arpa/inet.h>
|
H A D | gethostent.c | 16 #include <arpa/inet.h>
|
H A D | htons.c | 16 #include <arpa/inet.h>
|
H A D | inet_ntoa.c | 16 #include <arpa/inet.h>
|
H A D | inet_lnaof.c | 16 #include <arpa/inet.h>
|
H A D | inet_netof.c | 16 #include <arpa/inet.h>
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_test.h | 20 #include <arpa/inet.h>
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.h | 28 struct inet_timewait_sock inet; member
|
H A D | output.c | 45 struct inet_sock *inet = inet_sk(sk); in dccp_transmit_skb() local 102 dh->dccph_sport = inet->inet_sport; in dccp_transmit_skb() 103 dh->dccph_dport = inet->inet_dport; in dccp_transmit_skb() 138 err = icsk->icsk_af_ops->queue_xmit(sk, skb, &inet->cork.fl); in dccp_transmit_skb()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv6.h | 24 struct inet_timewait_sock inet; member
|
/third_party/musl/src/network/ |
H A D | inet_ntoa.c | 1 #include <arpa/inet.h>
|
H A D | inet_addr.c | 3 #include <arpa/inet.h>
|
/third_party/curl/lib/ |
H A D | inet_ntop.h | 33 #include <arpa/inet.h>
|
H A D | if2ip.c | 31 # include <arpa/inet.h> 52 # include <inet.h>
|
/third_party/musl/libc-test/src/regression/ |
H A D | inet_ntop-v4mapped.c | 4 #include <arpa/inet.h>
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | arpa-inet.h | 6 #include <arpa/inet.h> 10 /* On Windows winsock2.h (here included via pulsecore/socket.h) provides most of the functionality of arpa/inet.h, except for
|
/kernel/liteos_a/testsuites/unittest/net/netdb/ |
H A D | lt_net_netdb.h | 40 #include <arpa/inet.h>
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | libbind.h | 13 #include <arpa/inet.h>
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_sock.h | 258 /* cmsg flags for inet */ 383 struct inet_sock *inet) in inet_can_nonlocal_bind() 386 inet->freebind || inet->transparent; in inet_can_nonlocal_bind() 382 inet_can_nonlocal_bind(struct net *net, struct inet_sock *inet) inet_can_nonlocal_bind() argument
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | raw_diag.c | 165 struct inet_sock *inet = inet_sk(sk); in raw_diag_dump() local 173 if (r->id.idiag_sport != inet->inet_sport && in raw_diag_dump() 176 if (r->id.idiag_dport != inet->inet_dport && in raw_diag_dump()
|
H A D | udp_diag.c | 117 struct inet_sock *inet = inet_sk(sk); in udp_dump() local 128 if (r->id.idiag_sport != inet->inet_sport && in udp_dump() 131 if (r->id.idiag_dport != inet->inet_dport && in udp_dump()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_diag.c | 115 struct inet_sock *inet = inet_sk(sk); in udp_dump() local 126 if (r->id.idiag_sport != inet->inet_sport && in udp_dump() 129 if (r->id.idiag_dport != inet->inet_dport && in udp_dump()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | network.c | 11 /* Structure for holding inet domain socket's address. */ 28 struct tomoyo_inet_addr_info inet; member 136 * "enum tomoyo_mac_index" for inet domain socket. 356 * @family: Name of socket family ("inet" or "unix"). 393 return tomoyo_audit_net_log(r, "inet", r->param.inet_network.protocol, in tomoyo_audit_inet_log() 412 * tomoyo_check_inet_acl - Check permission for inet domain socket operation. 479 r.param.inet_network.is_ipv6 = address->inet.is_ipv6; in tomoyo_inet_entry() 480 r.param.inet_network.address = address->inet.address; in tomoyo_inet_entry() 481 r.param.inet_network.port = ntohs(address->inet.port); in tomoyo_inet_entry() 492 * tomoyo_check_inet_address - Check permission for inet domai [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | network.c | 11 /* Structure for holding inet domain socket's address. */ 28 struct tomoyo_inet_addr_info inet; member 136 * "enum tomoyo_mac_index" for inet domain socket. 356 * @family: Name of socket family ("inet" or "unix"). 393 return tomoyo_audit_net_log(r, "inet", r->param.inet_network.protocol, in tomoyo_audit_inet_log() 412 * tomoyo_check_inet_acl - Check permission for inet domain socket operation. 479 r.param.inet_network.is_ipv6 = address->inet.is_ipv6; in tomoyo_inet_entry() 480 r.param.inet_network.address = address->inet.address; in tomoyo_inet_entry() 481 r.param.inet_network.port = ntohs(address->inet.port); in tomoyo_inet_entry() 492 * tomoyo_check_inet_address - Check permission for inet domai [all...] |