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

/freebsd-12-stable/sys/netinet/
H A Dtcp_debug.h48 struct tcpiphdr td_ti;
H A Dtcpip.h41 struct tcpiphdr { struct
H A Dtcp_subr.c1131 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr))
1289 * of the tcpiphdr at th and send directly to the addressed host.
1442 tlen = sizeof (struct tcpiphdr);
1881 sizeof (struct tcpiphdr)
2442 sizeof(struct tcpiphdr))
2444 sizeof(struct tcpiphdr);
2450 sizeof(struct tcpiphdr)) {
H A Dtcp_timewait.c590 hdrlen = sizeof(struct tcpiphdr);
H A Dtcp_input.c672 if (m->m_len < sizeof (struct tcpiphdr)) {
673 if ((m = m_pullup(m, sizeof (struct tcpiphdr)))
3615 sizeof (struct tcpiphdr);
3617 const size_t min_protoh = sizeof(struct tcpiphdr);
3851 min_protoh = sizeof(struct tcpiphdr);
H A Dtcp_output.c761 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MCLBYTES
769 hdrlen = sizeof (struct tcpiphdr);
/freebsd-12-stable/contrib/ipfilter/ipsend/
H A Dipsend.h45 extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
55 extern int do_socket(char *, int, struct tcpiphdr *, struct in_addr);
H A Diptest.c70 struct tcpiphdr *ti;
82 ti = (struct tcpiphdr *)ip;
H A Dip.c275 i = sizeof(struct tcpiphdr) / sizeof(long);
303 struct tcpiphdr *ti;
307 ti = (struct tcpiphdr *)lbuf;
H A Dsock.c156 struct tcpiphdr *ti;
252 struct tcpiphdr *ti;
H A Diptests.c1073 struct tcpiphdr ti;
/freebsd-12-stable/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c291 if (m->m_len < sizeof (struct tcpiphdr)) {
292 if ((m = m_pullup(m, sizeof (struct tcpiphdr)))
H A Drack.c7806 * maximum link header, i.e. max_linkhdr + sizeof (struct tcpiphdr)
7815 hdrlen = sizeof(struct tcpiphdr);
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h670 typedef struct tcpiphdr tcpiphdr_t;

Completed in 367 milliseconds