Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c345 const void *ip4hdr, const void *ip6hdr);
3840 tcp_log_vain(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_vain() argument
3848 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr)); in tcp_log_vain()
3852 tcp_log_addrs(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_addrs() argument
3860 return (tcp_log_addr(inc, th, ip4hdr, ip6hdr)); in tcp_log_addrs()
3864 tcp_log_addr(struct in_conninfo *inc, struct tcphdr *th, const void *ip4hdr, in tcp_log_addr() argument
3870 const struct ip *ip = (const struct ip *)ip4hdr; in tcp_log_addr()