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

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dtcpoptnames.c15 { TCPOPT_NOP, 0x000001, 1, "nop" },
/freebsd-10.2-release/contrib/tcpdump/
H A Dtcp.h68 #define TCPOPT_NOP 1 macro
91 (TCPOPT_NOP<<24|TCPOPT_NOP<<16|TCPOPT_TIMESTAMP<<8|TCPOLEN_TIMESTAMP)
H A Dprint-tcp.c93 #define ZEROLENOPT(o) ((o) == TCPOPT_EOL || (o) == TCPOPT_NOP)
111 { TCPOPT_NOP, "nop" },
579 case TCPOPT_NOP:
/freebsd-10.2-release/sys/netinet/
H A Dtcp.h84 #define TCPOPT_NOP 1 macro
H A Dtcp_output.c1588 *optp++ = TCPOPT_NOP;
1602 *optp++ = TCPOPT_NOP;
1614 *optp++ = TCPOPT_NOP;
1625 *optp++ = TCPOPT_NOP;
1646 *optp++ = TCPOPT_NOP;
1667 *optp++ = TCPOPT_NOP;
H A Dtcp_lro.c467 (*ts_ptr != ntohl(TCPOPT_NOP<<24|TCPOPT_NOP<<16|
H A Dtcp_input.c3183 if (opt == TCPOPT_NOP)
/freebsd-10.2-release/usr.sbin/ppp/
H A Dtcpmss.c120 else if (*opt == TCPOPT_NOP)
/freebsd-10.2-release/sys/netgraph/
H A Dng_tcpmss.c422 else if (*opt == TCPOPT_NOP)
/freebsd-10.2-release/sys/netpfil/pf/
H A Dpf_osfp.c135 if (*optp == TCPOPT_NOP) {
H A Dpf_norm.c1763 case TCPOPT_NOP:
1864 case TCPOPT_NOP:
2221 if (opt == TCPOPT_NOP)
H A Dpf.c2250 case TCPOPT_NOP:
2922 case TCPOPT_NOP:
2962 case TCPOPT_NOP:
/freebsd-10.2-release/sys/dev/sfxge/
H A Dsfxge_rx.c554 opt_ptr[0] == ntohl((TCPOPT_NOP << 24) |
555 (TCPOPT_NOP << 16) |
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h842 #ifndef TCPOPT_NOP
843 # define TCPOPT_NOP 1 macro
H A Dip_state.c1922 else if (opt == TCPOPT_NOP)
H A Dfil.c1471 else if (opt == TCPOPT_NOP)
H A Dip_nat.c6516 else if (opt == TCPOPT_NOP) {
/freebsd-10.2-release/sys/dev/nxge/
H A Dif_nxge.c2555 (*ptr != ntohl(TCPOPT_NOP << 24 | TCPOPT_NOP << 16 |
/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_fw2.c318 if (opt == TCPOPT_NOP)

Completed in 173 milliseconds