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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dfil.c446 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr __P((fr_info_t *, int, int));
639 /* Function: ipf_pr_ipv6exthdr */
654 ipf_pr_ipv6exthdr(fin, multiple, proto) function
736 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
757 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_MOBILITY);
778 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING);
844 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
897 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
1084 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1095 * No need for another pullup, ipf_pr_ipv6exthdr() wil
[all...]

Completed in 78 milliseconds