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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c344 static INLINE int frpr_ipv6exthdr __P((fr_info_t *, int, int));
495 /* Function: frpr_ipv6exthdr */
510 static INLINE int frpr_ipv6exthdr(fin, multiple, proto) function
567 return frpr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
586 if (frpr_ipv6exthdr(fin, 0, IPPROTO_ROUTING) == IPPROTO_NONE)
596 * Compensate for the changes made in frpr_ipv6exthdr()
632 if (frpr_ipv6exthdr(fin, 0, IPPROTO_FRAGMENT) == IPPROTO_NONE)
669 return frpr_ipv6exthdr(fin, 1, IPPROTO_DSTOPTS);

Completed in 75 milliseconds