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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_output.c276 *ptr++ = htonl((TCPOPT_NOP << 24) |
277 (TCPOPT_NOP << 16) |
287 *ptr++ = htonl((TCPOPT_NOP << 24) |
288 (TCPOPT_NOP << 16) |
305 *ptr++ = htonl((TCPOPT_NOP << 24) |
306 (TCPOPT_NOP << 16) |
348 *ptr++ = htonl((TCPOPT_NOP << 24) |
349 (TCPOPT_NOP << 16) |
355 *ptr++ = htonl((TCPOPT_NOP << 24) |
356 (TCPOPT_NOP << 1
[all...]
H A Dtcp_ipv4.c600 rep.opt[0] = htonl((TCPOPT_NOP << 24) |
601 (TCPOPT_NOP << 16) |
656 rep.opt[0] = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
694 rep.opt[offset++] = htonl((TCPOPT_NOP << 24) |
695 (TCPOPT_NOP << 16) |
1178 case TCPOPT_NOP:
H A Dtcp_input.c2879 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */
2968 if (*ptr == htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16)
4187 if (*ptr != htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_TCPMSS.c35 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0)
H A Dnf_conntrack_proto_tcp.c403 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */
450 && *(__be32 *)ptr == htonl((TCPOPT_NOP << 24)
451 | (TCPOPT_NOP << 16)
463 case TCPOPT_NOP: /* Ref: RFC 793 section 3.1 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c868 case TCPOPT_NOP:
1046 opt[0] = htonl((TCPOPT_NOP << 24) |
1047 (TCPOPT_NOP << 16) |
1141 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
1149 *topt++ = htonl((TCPOPT_NOP << 24) | (TCPOPT_NOP << 16) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_helper.c339 case TCPOPT_NOP:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp.h158 #define TCPOPT_NOP 1 /* Padding */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ds2io.c7863 while (*ptr == TCPOPT_NOP)

Completed in 103 milliseconds