Searched refs:ip4hdr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_subr.c | 346 void *ip4hdr, const void *ip6hdr); 3310 tcp_log_vain(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, in tcp_log_vain() argument 3318 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr)); in tcp_log_vain() 3322 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, in tcp_log_addrs() argument 3330 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr)); in tcp_log_addrs() 3336 tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, in tcp_log_addr() argument 3347 ip = (struct ip *)ip4hdr; in tcp_log_addr()
|