Home
last modified time | relevance | path

Searched refs:tcpiphdr (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcpip.h72 struct tcpiphdr { struct
H A Din_proto.c282 .dom_protohdrlen = sizeof(struct tcpiphdr),
303 _CASSERT((sizeof(struct tcpiphdr) + TCP_MAXOLEN) <= _MHLEN); in in_dinit()
H A Dip_compat.h710 typedef struct tcpiphdr tcpiphdr_t;
H A Dtcp_subr.c871 tlen += sizeof(struct tcpiphdr); in tcp_respond()
1637 sizeof(struct tcpiphdr)); in tcp_close()
2411 sizeof(struct tcpiphdr)))) { in tcp_handle_msgsize()
2835 u_int32_t protoHdrOverhead = sizeof(struct tcpiphdr); in tcp_mtudisc()
3181 m->m_pkthdr.len = m->m_len = sizeof(struct tcpiphdr); in ipsec_hdrsiz_tcp()
H A Dtcp_input.c2143 if (m->m_len < sizeof(struct tcpiphdr)) { in tcp_input()
2144 if ((m = m_pullup(m, sizeof(struct tcpiphdr))) == 0) { in tcp_input()
6842 : sizeof(struct tcpiphdr); in tcp_mss()
7035 : sizeof(struct tcpiphdr); in tcp_mssopt()
H A Dtcp_output.c1820 hdrlen = sizeof(struct tcpiphdr); in tcp_output()