HomeSort by relevance Sort by last modified time
    Searched full:dport (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
  /external/kernel-headers/original/linux/
random.h 55 extern u32 secure_ipv4_port_ephemeral(__u32 saddr, __u32 daddr, __u16 dport);
57 __u16 dport);
59 __u16 sport, __u16 dport);
61 __u16 sport, __u16 dport);
63 __u16 sport, __u16 dport);
  /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 24 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT
27 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-upto 2 \-j ACCEPT
31 iptables \-p tcp \-\-syn \-\-dport 80 \-m connlimit \-\-connlimit\-above 16
36 ip6tables \-p tcp \-\-syn \-\-dport 80 \-s fe80::/64 \-m connlimit \-\-connlimit\-above
40 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_tcp.man 15 [\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
17 \fB\-\-dport\fP
libxt_LED.man 27 iptables \-A INPUT \-p tcp \-\-dport 22 \-j LED \-\-led\-trigger\-id ssh
libxt_dccp.c 40 " --dport ...\n");
51 {.name = "dport", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
257 printf(" --dport %u:%u",
260 printf(" --dport %u", einfo->dpts[0]);
libxt_quota2.man 36 \-A INPUT \-p tcp \-\-dport 6881 \-m quota \-\-name bt \-\-grow;
libxt_tcp.c 24 " --dport ...\n"
33 {.name = "dport", .has_arg = true, .val = '2'}, /* synonym */
345 printf(" --dport %u:%u",
349 printf(" --dport %u",
  /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/tcpdump/
print-udp.c 364 udpipaddr_print(const struct ip *ip, int sport, int dport)
385 udpport_string(dport));
391 udpport_string(dport));
407 udpport_string(dport));
413 udpport_string(dport));
427 u_int16_t sport, dport, ulen; local
450 dport = EXTRACT_16BITS(&up->uh_dport);
453 udpipaddr_print(ip, sport, dport);
460 udpipaddr_print(ip, sport, dport);
467 udpipaddr_print(ip, sport, dport);
    [all...]
print-tcp.c 199 u_int16_t sport, dport, win, urp; local
223 dport = EXTRACT_16BITS(&tp->th_dport);
235 dport == NFS_PORT) {
254 tcpport_string(dport));
257 tcpport_string(sport), tcpport_string(dport));
267 tcpport_string(dport));
270 tcpport_string(sport), tcpport_string(dport));
329 if (sport > dport)
331 else if (sport == dport) {
338 tha.port = dport << 16 | sport
    [all...]
print-pgm.c 155 u_int16_t sport, dport; local
200 dport = EXTRACT_16BITS(&pgm->pgm_dport);
209 tcpport_string(dport));
212 tcpport_string(sport), tcpport_string(dport));
222 tcpport_string(dport));
225 tcpport_string(sport), tcpport_string(dport));
  /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 '
traffic_control.py 299 interface, '-p', 'tcp', '--dport', port, '-j', 'REDIRECT',
305 '--dport', port, '-j', 'REDIRECT', '--to-port', server_port]
318 interface, '-p', 'tcp', '--dport', port, '-j', 'REDIRECT',
323 '--dport', port, '-j', 'REDIRECT', '--to-port', server_port]
  /external/iproute2/ip/
ipxfrm.c 480 fprintf(fp, "dport %u ", ntohs(sel->dport));
484 /* type/code is stored at sport/dport in selector */
488 fprintf(fp, "code %u ", ntohs(sel->dport));
494 ntohs(sel->dport));
501 fprintf(fp, "(dport) 0x%.4x ", sel->dport);
761 fprintf(fp, "dport %u ", ntohs(e->encap_dport));
1191 } else if (strcmp(*argv, "dport") == 0) {
1196 if (get_u16(&sel->dport, *argv, 0)
    [all...]
  /external/iproute2/man/man8/
ip-xfrm.8 158 .RB "[ " dport
188 .IR SPORT " " DPORT " " OADDR
268 .RB "[ " dport
471 .RI "using source port " SPORT ", destination port " DPORT
  /external/libppp/src/
ip.c 220 u_short sport, dport; /* src, dest port from packet if (gotinfo) */ local
280 sport = dport = 0;
309 sport = dport = 0;
355 dport = ntohs(uh->uh_dport);
357 snprintf(dbuff, sizeof dbuff, "sport = %d, dport = %d",
358 sport, dport);
373 dport = ntohs(th->th_dport);
380 "flags = %02x, sport = %d, dport = %d",
381 th->th_flags, sport, dport);
432 PortMatch(fp->f_dstop, dport, fp->f_dstport)) &
    [all...]

Completed in 348 milliseconds

1 2 3 4 5