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

/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c235 void *ip4hdr, const void *ip6hdr);
2484 tcp_log_vain(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, argument
2492 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr));
2496 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, argument
2504 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr));
2508 tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th, void *ip4hdr, argument
2519 ip = (struct ip *)ip4hdr;

Completed in 115 milliseconds