Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/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 Dsock.c200 struct tcpiphdr *ti;
291 struct tcpiphdr *ti;
397 struct tcpiphdr *ti;
H A Dip.c280 i = sizeof(struct tcpiphdr) / sizeof(long);
308 struct tcpiphdr *ti;
312 ti = (struct tcpiphdr *)lbuf;
H A Dlsock.c156 struct tcpiphdr *ti;
196 struct tcpiphdr *ti;
H A Diptests.c1105 struct tcpiphdr ti;
/netbsd-src/external/bsd/ipf/bin/ipsend/
H A Dtcpip.h53 struct tcpiphdr { struct
/netbsd-src/external/bsd/ipf/dist/ipsd/
H A Dslinux.c91 if (cc >= sizeof(struct tcpiphdr))
H A Dsbpf.c73 struct tcpiphdr tip;
H A Dsnit.c60 struct tcpiphdr tip;
H A Dsdlpi.c65 struct tcpiphdr tip;
/netbsd-src/sys/netinet/
H A Dtcp_var.h168 struct tcpiphdr { struct
173 CTASSERT(sizeof(struct tcpiphdr) == 40); argument
H A Dtcp_subr.c1119 i *= (u_long)(tp->t_segsz + sizeof (struct tcpiphdr)); in tcp_close()