/external/iproute2/ip/ |
ipfou.c | 28 fprintf(stderr, "Usage: ip fou add port PORT { ipproto PROTO | gue }\n"); 31 fprintf(stderr, "Where: PROTO { ipproto-name | 1..255 }\n"); 50 __u8 ipproto, type; local 62 } else if (!matches(*argv, "ipproto")) { 69 ipproto = servptr->p_proto; 70 else if (get_u8(&ipproto, *argv, 0) || ipproto == 0) 71 invarg("invalid ipproto", *argv); 89 fprintf(stderr, "fou: must set ipproto or gue\n"); 94 fprintf(stderr, "fou: cannot set ipproto and gue\n") [all...] |
/external/iproute2/man/man8/ |
ip-fou.8 | 24 .B ipproto 59 # ip fou add port 8888 ipproto 47 63 # ip fou add port 8888 ipproto 4
|
/external/iptables/iptables/ |
xshared.h | 37 * @ipproto: used by setsockopt (e.g. IPPROTO_IP) 46 uint8_t ipproto; member in struct:xtables_afinfo
|
/external/iproute2/include/ |
xt-internal.h | 17 int ipproto; member in struct:afinfo
|
/external/iproute2/lib/ |
inet_proto.c | 42 snprintf(buf, len, "ipproto-%d", proto);
|
/external/tcpdump/ |
ipproto.c | 24 #include "ipproto.h"
|
Android.mk | 12 ipproto.c \
|
INSTALL.txt | 76 ipproto.c - IP protocol type value-to-name table 77 ipproto.h - IP protocol type value definitions
|
Makefile.in | 83 ipproto.c \ 251 ipproto.h \
|
print-ip6.c | 38 #include "ipproto.h"
|
print-vrrp.c | 38 #include "ipproto.h"
|
print-cnfp.c | 56 #include "ipproto.h"
|
print-dccp.c | 27 #include "ipproto.h"
|
print-icmp.c | 38 #include "ipproto.h"
|
print-ip.c | 36 #include "ipproto.h"
|
/external/iproute2/tc/ |
f_rsvp.c | 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n"); 218 } else if (matches("ipproto", *argv) == 0) { 223 fprintf(stderr, "Illegal \"ipproto\"\n"); 374 fprintf(f, "ipproto %s ", inet_proto_n2a(pinfo->protocol, b1, sizeof(b1)));
|
m_xt_old.c | 73 .ipproto = IPPROTO_IP,
|
/prebuilts/go/darwin-x86/src/syscall/ |
mksysctl_openbsd.pl | 118 "ipproto" => "net.inet", 119 "net.inet.ipproto" => "net.inet",
|
mkerrors.sh | 280 $2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|ICMP6|TCP|EVFILT|NOTE|EV|SHUT|PROT|MAP|PACKET|MSG|SCM|MCL|DT|MADV|PR)_/ ||
|
/prebuilts/go/linux-x86/src/syscall/ |
mksysctl_openbsd.pl | 118 "ipproto" => "net.inet", 119 "net.inet.ipproto" => "net.inet",
|
mkerrors.sh | 280 $2 ~ /^(AF|SOCK|SO|SOL|IPPROTO|IP|IPV6|ICMP6|TCP|EVFILT|NOTE|EV|SHUT|PROT|MAP|PACKET|MSG|SCM|MCL|DT|MADV|PR)_/ ||
|
/frameworks/base/services/net/java/android/net/dhcp/ |
DhcpPacket.java | 810 byte ipProto = packet.get(); 816 if (ipProto != IP_TYPE_UDP) { 818 DhcpErrorEvent.L4_NOT_UDP, "Protocol not UDP: %d", ipProto); [all...] |
/external/tcpdump/win32/prj/ |
GNUmakefile | 151 ../../ipproto.o \
|
/external/iptables/libxtables/ |
xtables.c | 156 .ipproto = IPPROTO_IP, 166 .ipproto = IPPROTO_IPV6, 781 max_rev = getsockopt(sockfd, afinfo->ipproto, opt, &rev, &s); [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 460 session D ipproto ipip filter S \
|