Searched refs:TCPOPT_NOP (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dtcpoptnames.c15 { TCPOPT_NOP, 0x000001, 1, "nop" },
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcp.h62 #define TCPOPT_NOP 1 macro
88 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
H A Dprint-tcp.c101 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
120 { TCPOPT_NOP, "nop" },
598 case TCPOPT_NOP:
/netbsd-current/sys/netinet/
H A Dtcp.h84 #define TCPOPT_NOP 1 macro
98 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
H A Dtcp_output.c1086 TCPOPT_NOP << 24 |
1113 *optp++ = TCPOPT_NOP;
1161 *optp++ = TCPOPT_NOP;
H A Dtcp_syncache.c1181 *((u_int32_t *)optp) = htonl(TCPOPT_NOP << 24 |
1198 *optp++ = TCPOPT_NOP;
H A Dtcp_input.c3092 if (opt == TCPOPT_NOP)
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_lro.c142 *ptr != ntohl((TCPOPT_NOP << 24) |
143 (TCPOPT_NOP << 16) |
/netbsd-current/sys/net/npf/
H A Dnpf_inet.c310 if (opt == TCPOPT_NOP)
384 if (opt == TCPOPT_NOP)
/netbsd-current/sys/dist/pf/net/
H A Dpf_norm.c1440 case TCPOPT_NOP:
1540 case TCPOPT_NOP:
1895 if (opt == TCPOPT_NOP)
H A Dpf_osfp.c200 if (*optp == TCPOPT_NOP) {
H A Dpf.c1605 case TCPOPT_NOP:
2882 case TCPOPT_NOP:
2922 case TCPOPT_NOP:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h914 #ifndef TCPOPT_NOP
915 # define TCPOPT_NOP 1 macro
H A Dip_state.c1898 else if (opt == TCPOPT_NOP)
H A Dip_nat.c6416 else if (opt == TCPOPT_NOP) {
H A Dfil.c1468 else if (opt == TCPOPT_NOP)
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c857 if (opt == TCPOPT_NOP) {

Completed in 328 milliseconds