Searched refs:tcpiphdr (Results 1 – 13 of 13) sorted by relevance
53 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));
91 struct tcpiphdr *ti;103 ti = (struct tcpiphdr *)ip;
200 struct tcpiphdr *ti;291 struct tcpiphdr *ti;397 struct tcpiphdr *ti;
280 i = sizeof(struct tcpiphdr) / sizeof(long);308 struct tcpiphdr *ti;312 ti = (struct tcpiphdr *)lbuf;
156 struct tcpiphdr *ti;196 struct tcpiphdr *ti;
1105 struct tcpiphdr ti;
53 struct tcpiphdr { struct
91 if (cc >= sizeof(struct tcpiphdr))
73 struct tcpiphdr tip;
60 struct tcpiphdr tip;
65 struct tcpiphdr tip;
168 struct tcpiphdr { struct 173 CTASSERT(sizeof(struct tcpiphdr) == 40); argument
1119 i *= (u_long)(tp->t_segsz + sizeof (struct tcpiphdr)); in tcp_close()