Searched refs:tcpiphdr (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_debug.h79 struct tcpiphdr td_ti;
H A Dtcpip.h71 struct tcpiphdr { struct
H A Dtcp_lro.c422 if (lro_mb->m_len < (int32_t)sizeof (struct tcpiphdr)) {
423 if ((lro_mb = m_pullup(lro_mb, sizeof(struct tcpiphdr))) == 0) {
703 if (m->m_len < (int32_t) sizeof (struct tcpiphdr)) {
705 if ((m = m_pullup(m, sizeof (struct tcpiphdr))) == 0) {
H A Din_proto.c299 .dom_protohdrlen = sizeof (struct tcpiphdr),
H A Dtcp_subr.c430 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr))
559 * of the tcpiphdr at ti and send directly to the addressed host.
698 tlen += sizeof (struct tcpiphdr);
1139 sizeof (struct tcpiphdr)
1826 sizeof (struct tcpiphdr)))) {
2086 sizeof(struct tcpiphdr)
2382 m->m_pkthdr.len = m->m_len = sizeof(struct tcpiphdr);
H A Dip_compat.h708 typedef struct tcpiphdr tcpiphdr_t;
H A Dtcp_input.c1444 if (m->m_len < sizeof (struct tcpiphdr)) {
1445 if ((m = m_pullup(m, sizeof (struct tcpiphdr))) == 0) {
4735 : sizeof (struct tcpiphdr);
4737 #define min_protoh (sizeof (struct tcpiphdr))
4945 : sizeof (struct tcpiphdr);
4947 #define min_protoh (sizeof (struct tcpiphdr))
H A Dtcp_output.c1088 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MCLBYTES
1096 hdrlen = sizeof (struct tcpiphdr);

Completed in 55 milliseconds