Searched refs:ipf_pr_ipv6exthdr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 410 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr __P((fr_info_t *, int, int)); 619 ipf_pr_ipv6exthdr(fin, multiple, proto) in ipf_pr_ipv6exthdr() function 703 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS); 724 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_MOBILITY); 745 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING); 812 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT); 869 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS); 1058 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
|