Searched refs:tcpiphdr (Results 1 – 7 of 7) sorted by relevance
79 struct tcpiphdr td_ti;
72 struct tcpiphdr { struct
282 .dom_protohdrlen = sizeof(struct tcpiphdr),303 _CASSERT((sizeof(struct tcpiphdr) + TCP_MAXOLEN) <= _MHLEN); in in_dinit()
710 typedef struct tcpiphdr tcpiphdr_t;
864 tlen += sizeof(struct tcpiphdr); in tcp_respond()1598 sizeof(struct tcpiphdr)); in tcp_close()2384 sizeof(struct tcpiphdr)))) { in tcp_handle_msgsize()2832 u_int32_t protoHdrOverhead = sizeof(struct tcpiphdr); in tcp_mtudisc()3179 m->m_pkthdr.len = m->m_len = sizeof(struct tcpiphdr); in ipsec_hdrsiz_tcp()
1999 if (m->m_len < sizeof(struct tcpiphdr)) { in tcp_input()2000 if ((m = m_pullup(m, sizeof(struct tcpiphdr))) == 0) { in tcp_input()6501 : sizeof(struct tcpiphdr); in tcp_mss()6706 : sizeof(struct tcpiphdr); in tcp_mssopt()
1708 hdrlen = sizeof(struct tcpiphdr); in tcp_output()