Home
last modified time | relevance | path

Searched refs:TCPOPT_NOP (Results 51 – 75 of 288) sorted by relevance

12345678910>>...12

/dports/security/unicornscan/unicornscan-0.4.2/src/report_modules/p0f/
H A Dtcp.h16 #define TCPOPT_NOP 1 /* Nothing */ macro
H A Dp0f.c389 case 'n': sig[sigcnt].opt[optcnt] = TCPOPT_NOP; in load_config()
565 case TCPOPT_NOP: outbuf_add("%c", 'N'); d=1; break; in display_signature()
955 case TCPOPT_NOP: in p0f_parse()
957 op[ocnt] = TCPOPT_NOP; in p0f_parse()
/dports/net-mgmt/yaf/yaf-2.11.0/src/applabel/p0f/
H A Dp0ftcp.h19 #define TCPOPT_NOP 1 /* Nothing */ macro
H A Dyfp0f.c312 case TCPOPT_NOP: in yfpPacketParse()
313 tcpOpts[tcpOptCount] = TCPOPT_NOP; in yfpPacketParse()
576 case TCPOPT_NOP: in ypCreateSignature()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/clicknet/
H A Dtcp.h67 #define TCPOPT_NOP 1 macro
/dports/net/py-impacket/impacket-0.9.17/impacket/examples/
H A Dos_ident.py280 TCPOption(TCPOption.TCPOPT_NOP), #\001
346 elif op.get_kind() == TCPOption.TCPOPT_NOP:
421 TCPOption(TCPOption.TCPOPT_NOP), #\001
424 TCPOption(TCPOption.TCPOPT_NOP), #\001
425 TCPOption(TCPOption.TCPOPT_NOP) #\001
669 TCPOption(TCPOption.TCPOPT_NOP), #\001
688 TCPOption(TCPOption.TCPOPT_NOP), #\001
1206 TCPOption(TCPOption.TCPOPT_NOP),
1245 TCPOption(TCPOption.TCPOPT_NOP),
1246 TCPOption(TCPOption.TCPOPT_NOP),
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c46 case TCPOPT_NOP: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
128 (TCPOPT_NOP << 16) | in synproxy_build_options()
135 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
136 (TCPOPT_NOP << 16) | in synproxy_build_options()
141 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
203 case TCPOPT_NOP: in synproxy_tstamp_adjust()
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c46 case TCPOPT_NOP: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
128 (TCPOPT_NOP << 16) | in synproxy_build_options()
135 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
136 (TCPOPT_NOP << 16) | in synproxy_build_options()
141 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
203 case TCPOPT_NOP: in synproxy_tstamp_adjust()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_synproxy_core.c46 case TCPOPT_NOP: in synproxy_parse_options()
127 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
128 (TCPOPT_NOP << 16) | in synproxy_build_options()
135 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
136 (TCPOPT_NOP << 16) | in synproxy_build_options()
141 *ptr++ = htonl((TCPOPT_NOP << 24) | in synproxy_build_options()
203 case TCPOPT_NOP: in synproxy_tstamp_adjust()
/dports/net-mgmt/p0f/p0f-3.09b/
H A Dtcp.h126 #define TCPOPT_NOP 1 /* No-op (1) */ macro
/dports/net/p5-Net-ext/Net-ext-1.011/lib/Net/
H A DTCP.dat48 TCPOPT_NOP
66 tcpoptions => [qw(TCPOPT_EOL TCPOPT_MAXSEG TCPOPT_NOP
295 C<TCPOPT_EOL> C<TCPOPT_MAXSEG> C<TCPOPT_NOP> C<TCPOPT_WINDOW>
313 C<TCPOPT_EOL> C<TCPOPT_MAXSEG> C<TCPOPT_NOP> C<TCPOPT_WINDOW>
/dports/security/fragrouter/fragrouter-1.6/
H A Dprint.c238 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP) in print_tcp()
270 case TCPOPT_NOP: in print_tcp()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dtcp_output.c1149 TCPOPT_NOP << 24 | in tcp_output()
1160 cp[2] = TCPOPT_NOP; in tcp_output()
1161 cp[3] = TCPOPT_NOP; in tcp_output()
1200 bp[0] = TCPOPT_NOP; in tcp_output()
1201 bp[1] = TCPOPT_NOP; in tcp_output()
1240 *bp++ = TCPOPT_NOP; in tcp_output()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h52 #define TCPOPT_NOP 1 macro
/dports/net/zerotier/ZeroTierOne-1.8.3/windows/TapDriver6/
H A Dproto.h163 #define TCPOPT_NOP 1 macro
/dports/net-mgmt/disco/disco/
H A Ddisco.h56 #define TCPOPT_NOP 1 macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/cxgb/
H A Dcxgb_lro.c142 *ptr != ntohl((TCPOPT_NOP << 24) | in can_lro_tcpsegment()
143 (TCPOPT_NOP << 16) | in can_lro_tcpsegment()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dtcp_output.c426 (TCPOPT_NOP << 16) | in smc_options_write()
615 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
636 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
637 (TCPOPT_NOP << 16) | in tcp_options_write()
646 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
647 (TCPOPT_NOP << 16) | in tcp_options_write()
653 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
664 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
665 (TCPOPT_NOP << 16) | in tcp_options_write()
697 p[foc->len] = TCPOPT_NOP; in tcp_options_write()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dtcp_output.c426 (TCPOPT_NOP << 16) | in smc_options_write()
615 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
636 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
637 (TCPOPT_NOP << 16) | in tcp_options_write()
646 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
647 (TCPOPT_NOP << 16) | in tcp_options_write()
653 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
664 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
665 (TCPOPT_NOP << 16) | in tcp_options_write()
697 p[foc->len] = TCPOPT_NOP; in tcp_options_write()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dtcp_output.c426 (TCPOPT_NOP << 16) | in smc_options_write()
615 *ptr++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) | in tcp_options_write()
636 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
637 (TCPOPT_NOP << 16) | in tcp_options_write()
646 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
647 (TCPOPT_NOP << 16) | in tcp_options_write()
653 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
664 *ptr++ = htonl((TCPOPT_NOP << 24) | in tcp_options_write()
665 (TCPOPT_NOP << 16) | in tcp_options_write()
697 p[foc->len] = TCPOPT_NOP; in tcp_options_write()
[all …]
/dports/net/tcpview/tcpview-1.0/
H A Ddetail-tcp.c163 case TCPOPT_NOP:
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/protocols/
H A Dec_tcp.c61 #define TCPOPT_NOP 1 macro
212 case TCPOPT_NOP: in FUNC_DECODER()
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/netinet/
H A Dtcp.h48 #define TCPOPT_NOP 1 macro

12345678910>>...12