/external/iproute2/ip/ |
ipfou.c | 29 "{ ipproto PROTO | gue } [ -6 ]\n"); 32 fprintf(stderr, "Where: PROTO { ipproto-name | 1..255 }\n"); 51 __u8 ipproto, type; local 63 } else if (!matches(*argv, "ipproto")) { 70 ipproto = servptr->p_proto; 71 else if (get_u8(&ipproto, *argv, 0) || ipproto == 0) 72 invarg("invalid ipproto", *argv); 92 fprintf(stderr, "fou: must set ipproto or gue\n"); 97 fprintf(stderr, "fou: cannot set ipproto and gue\n") [all...] |
/external/iproute2/include/ |
xt-internal.h | 17 int ipproto; member in struct:afinfo
|
/external/iptables/iptables/ |
xshared.h | 38 * @ipproto: used by setsockopt (e.g. IPPROTO_IP) 47 uint8_t ipproto; member in struct:xtables_afinfo
|
/external/tcpdump/win32/prj/ |
GNUmakefile | 151 ../../ipproto.o \
|
/external/iproute2/tc/ |
m_xt_old.c | 73 .ipproto = IPPROTO_IP,
|
/external/linux-kselftest/tools/testing/selftests/net/ |
rtnetlink.sh | 418 ip netns exec "$testns" ip fou add port 7777 ipproto 47 2>/dev/null 424 ip netns exec "$testns" ip fou add port 8888 ipproto 4
|
/external/iptables/libxtables/ |
xtables.c | 156 .ipproto = IPPROTO_IP, 166 .ipproto = IPPROTO_IPV6, 805 max_rev = getsockopt(sockfd, afinfo->ipproto, opt, &rev, &s); [all...] |