/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 10 * added ip-sport and ip-dport 40 uint16_t dport[2]; member in struct:ebt_ip_info
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 10 * added ip-sport and ip-dport 40 uint16_t dport[2]; member in struct:ebt_ip_info
|
/external/iptables/extensions/ |
libxt_cpu.man | 9 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 0 12 iptables \-t nat \-A PREROUTING \-p tcp \-\-dport 80 \-m cpu \-\-cpu 1
|
libxt_connlimit.man | 25 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT 28 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT 32 iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16 37 ip6tables \-p tcp \-\-syn \-\-dport 80 \-s fe80::/64 \-m connlimit \-\-connlimit\-above 41 ip6tables \-p tcp \-\-syn \-\-dport 49152:65535 \-d 2001:db8::1 \-m connlimit
|
libxt_sctp.man | 4 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP] 24 iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP
|
libxt_dccp.man | 4 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
|
libxt_udp.c | 21 " --dport ...\n" 33 {.name = "dport", .id = O_DEST_PORT, .type = XTTYPE_PORTRC, 146 printf(" --dport %u:%u", 150 printf(" --dport %u",
|
libxt_udp.man | 10 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
|
libxt_HMARK.man | 16 .B dport 41 \fB\-\-hmark\-dport\-mask\fP \fIvalue\fP
|
libxt_tcp.man | 15 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP] 17 \fB\-\-dport\fP
|
libxt_HMARK.c | 26 " --hmark-tuple [src|dst|sport|dport|spi|proto|ct][,...]\n" 34 " --hmark-dport-mask value Mask dst port with value\n" 37 " --hmark-dport value OR dst port with value\n" 93 { .name = "hmark-dport-mask", 108 { .name = "hmark-dport", 162 } else if (strncasecmp(type, "dport", len) == 0) { 198 "src,dst,sport,dport,proto"); 295 printf("dport-mask 0x%x ", htons(info->port_mask.p16.dst)); 301 printf("dport 0x%x ", htons(info->port_set.p16.dst)); 359 printf(" --hmark-dport-mask 0x%04x" [all...] |
libxt_nfacct.man | 19 iptables \-I OUTPUT \-p tcp \-\-dport 80 \-m nfacct \-\-nfacct\-name http\-traffic
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
ebt_ip.h | 10 * added ip-sport and ip-dport 41 __u16 dport[2]; member in struct:ebt_ip_info
|
ebt_ip6.h | 45 __u16 dport[2]; member in union:ebt_ip6_info::__anon27866
|
/external/tcpdump/ |
print-udp.c | 303 udpipaddr_print(const struct ip *ip, int sport, int dport) 324 udpport_string(dport)); 330 udpport_string(dport)); 346 udpport_string(dport)); 352 udpport_string(dport)); 366 u_int16_t sport, dport, ulen; local 389 dport = EXTRACT_16BITS(&up->uh_dport); 392 udpipaddr_print(ip, sport, dport); 399 udpipaddr_print(ip, sport, dport); 406 udpipaddr_print(ip, sport, dport); [all...] |
print-tcp.c | 160 u_int16_t sport, dport, win, urp; local 186 dport = EXTRACT_16BITS(&tp->th_dport); 197 tcpport_string(dport)); 200 tcpport_string(sport), tcpport_string(dport)); 210 tcpport_string(dport)); 213 tcpport_string(sport), tcpport_string(dport)); 260 if (sport > dport) 262 else if (sport == dport) { 269 tha.port = dport << 16 | sport; 273 tha.port = sport << 16 | dport; [all...] |
/external/iproute2/misc/ |
ssfilter.y | 38 %token HOSTCOND DCOND SCOND DPORT SPORT LEQ GEQ NEQ AUTOBOUND 61 | DPORT GEQ HOSTCOND 65 | DPORT LEQ HOSTCOND 69 | DPORT '>' HOSTCOND 73 | DPORT '<' HOSTCOND 77 | DPORT '=' HOSTCOND 81 | DPORT NEQ HOSTCOND 227 if (strcmp(curtok, "dport") == 0) 228 return DPORT;
|
/external/libnl/etc/ |
pktloc | 26 tcp.dport u16 tcp+2 42 udp.dport u16 tcp+2
|
/system/core/libnetutils/ |
packet.h | 22 uint32_t saddr, uint32_t daddr, uint32_t sport, uint32_t dport);
|
/external/chromium_org/media/tools/constrained_network_server/ |
traffic_control_unittest.py | 53 'sudo iptables -t nat -A PREROUTING -i fakeeth -p tcp --dport 12345 -j ' 55 'sudo iptables -t nat -A OUTPUT -p tcp --dport 12345 -j REDIRECT ' 76 'sudo iptables -t nat -A PREROUTING -i fakeeth -p tcp --dport 12345 -j ' 78 'sudo iptables -t nat -A OUTPUT -p tcp --dport 12345 -j REDIRECT ' 100 'sudo iptables -t nat -D PREROUTING -i fakeeth -p tcp --dport 12345 ' 102 'sudo iptables -t nat -D OUTPUT -p tcp --dport 12345 -j REDIRECT '
|
/bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
ebt_ip.h | 45 __u16 dport[2]; member in struct:ebt_ip_info
|
/development/ndk/platforms/android-L/include/linux/netfilter_bridge/ |
ebt_ip.h | 45 __u16 dport[2]; member in struct:ebt_ip_info
|
/external/libnl/src/ |
nf-ct-list.c | 34 " --orig-dport=PORT Original destination port\n" 38 " --reply-dport=PORT Reply destination port\n" 87 { "orig-dport", 1, 0, ARG_ORIG_DPORT }, 91 { "reply-dport", 1, 0, ARG_REPLY_DPORT },
|
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 45 __u16 dport[2]; member in struct:ebt_ip_info
|
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/ |
ebt_ip.h | 45 __u16 dport[2]; member in struct:ebt_ip_info
|