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

/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dipsend.h53 extern struct sock *find_tcp __P((int, struct tcpiphdr *));
55 extern struct tcpcb *find_tcp __P((int, struct tcpiphdr *));
66 extern int do_socket __P((char *, int, struct tcpiphdr *, struct in_addr));
H A Diptest.c91 struct tcpiphdr *ti;
103 ti = (struct tcpiphdr *)ip;
H A Dlsock.c154 struct tcpiphdr *ti;
194 struct tcpiphdr *ti;
H A Dsock.c203 struct tcpiphdr *ti;
294 struct tcpiphdr *ti;
391 struct tcpiphdr *ti;
H A Dip.c280 i = sizeof(struct tcpiphdr) / sizeof(long);
308 struct tcpiphdr *ti;
312 ti = (struct tcpiphdr *)lbuf;
H A Diptests.c1102 struct tcpiphdr ti;
/freebsd-10-stable/sys/netinet/
H A Dtcp_debug.h46 struct tcpiphdr td_ti;
H A Dtcpip.h39 struct tcpiphdr { struct
H A Dtcp_subr.c422 #define TCP_MINPROTOHDR (sizeof(struct tcpiphdr))
544 * of the tcpiphdr at ti and send directly to the addressed host.
697 tlen = sizeof (struct tcpiphdr);
1086 sizeof (struct tcpiphdr)
1666 + sizeof(struct tcpiphdr))
1668 + sizeof(struct tcpiphdr);
2090 m->m_pkthdr.len = m->m_len = sizeof(struct tcpiphdr);
H A Dtcp_input.c649 if (m->m_len < sizeof (struct tcpiphdr)) {
650 if ((m = m_pullup(m, sizeof (struct tcpiphdr)))
3584 sizeof (struct tcpiphdr);
3586 const size_t min_protoh = sizeof(struct tcpiphdr);
3829 min_protoh = sizeof(struct tcpiphdr);
H A Dtcp_timewait.c593 hdrlen = sizeof(struct tcpiphdr);
H A Dtcp_output.c742 * max_linkhdr + sizeof (struct tcpiphdr) + optlen <= MCLBYTES
750 hdrlen = sizeof (struct tcpiphdr);
/freebsd-10-stable/contrib/ipfilter/ipsd/
H A Dslinux.c91 if (cc >= sizeof(struct tcpiphdr))
H A Dsbpf.c73 struct tcpiphdr tip;
H A Dsdlpi.c65 struct tcpiphdr tip;
H A Dsnit.c60 struct tcpiphdr tip;
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h701 typedef struct tcpiphdr tcpiphdr_t;

Completed in 92 milliseconds