Searched refs:IPPROTO_RAW (Results 1 – 14 of 14) sorted by relevance
/external/iptables/extensions/ |
D | libip6t_ipv6header.c | 33 { "protocol", IPPROTO_RAW }, 41 { "prot", IPPROTO_RAW }, 49 { "255", IPPROTO_RAW }, 61 { IPPROTO_RAW, MASK_PROTO },
|
D | libxt_set.h | 19 int res, sockfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_version()
|
/external/iproute2/include/linux/ |
D | in.h | 76 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 77 #define IPPROTO_RAW IPPROTO_RAW macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 76 IPPROTO_RAW = 255, /* Raw IP packets */ enumerator 77 #define IPPROTO_RAW IPPROTO_RAW macro
|
/external/strace/xlat/ |
D | inet_protocols.h | 104 #if defined(IPPROTO_RAW) || (defined(HAVE_DECL_IPPROTO_RAW) && HAVE_DECL_IPPROTO_RAW) 105 XLAT(IPPROTO_RAW),
|
D | inet_protocols.in | 32 IPPROTO_RAW
|
/external/iproute2/tc/ |
D | em_ipset.c | 74 int res, sockfd = socket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_version()
|
/external/toybox/toys/pending/ |
D | arping.c | 57 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
D | dhcp6.c | 166 fd = xsocket(AF_INET6, SOCK_RAW, IPPROTO_RAW); in get_mac()
|
D | dhcp.c | 285 int fd = xsocket(AF_INET, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
D | dhcpd.c | 365 int fd = xsocket(addr_version, SOCK_RAW, IPPROTO_RAW); in get_interface()
|
/external/android-clat/ |
D | clatd.c | 201 int rawsock = socket(AF_INET6, SOCK_RAW | SOCK_NONBLOCK, IPPROTO_RAW); in open_sockets()
|
/external/iptables/libxtables/ |
D | xtables.c | 754 sockfd = socket(afinfo->family, SOCK_RAW, IPPROTO_RAW); in compatible_revision()
|
/external/iptables/libiptc/ |
D | libiptc.c | 1325 sockfd = socket(TC_AF, SOCK_RAW, IPPROTO_RAW); in TC_INIT()
|