HomeSort by: relevance | last modified time | path
    Searched defs:ipf_pr_ipv6exthdr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
fil.c 437 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr(fr_info_t *, int, int);
628 /* Function: ipf_pr_ipv6exthdr */
643 ipf_pr_ipv6exthdr(fr_info_t *fin, int multiple, int proto) function in typeref:typename:INLINE struct ip6_ext *
724 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
744 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_MOBILITY);
764 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING);
830 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
886 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
1070 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1081 * No need for another pullup, ipf_pr_ipv6exthdr() will pullu
    [all...]
fil.c 437 static INLINE struct ip6_ext *ipf_pr_ipv6exthdr(fr_info_t *, int, int);
628 /* Function: ipf_pr_ipv6exthdr */
643 ipf_pr_ipv6exthdr(fr_info_t *fin, int multiple, int proto) function in typeref:typename:INLINE struct ip6_ext *
724 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
744 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_MOBILITY);
764 hdr = (struct ip6_routing *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_ROUTING);
830 frag = (struct ip6_frag *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT);
886 hdr = ipf_pr_ipv6exthdr(fin, 0, IPPROTO_DSTOPTS);
1070 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1081 * No need for another pullup, ipf_pr_ipv6exthdr() will pullu
    [all...]

Completed in 57 milliseconds