Home
last modified time | relevance | path

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

/dflybsd-src/sys/netinet/
H A Dtcp_debug.h63 struct tcpiphdr td_ti;
H A Dtcpip.h47 struct tcpiphdr { struct
H A Dtcp_subr.c418 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr)) in tcp_init()
657 tlen += sizeof(struct tcpiphdr); in tcp_respond()
1019 sizeof(struct tcpiphdr)); in tcp_close()
1808 sizeof(struct tcpiphdr)); in tcp_mtudisc()
1823 sizeof(struct tcpiphdr)); in tcp_mtudisc()
1848 sizeof(struct tcpiphdr)); in tcp_mtudisc()
H A Dtcp_input.c723 KASSERT(m->m_len >= sizeof(struct tcpiphdr), in tcp_input()
2966 sizeof(struct tcpiphdr); in tcp_rmx_mss()
2969 const size_t min_protoh = sizeof(struct tcpiphdr); in tcp_rmx_mss()
3179 sizeof(struct tcpiphdr); in tcp_mssopt()
3182 const size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()
H A Dtcp_output.c718 hdrlen = sizeof(struct tcpiphdr); in tcp_output()