Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/
H A Dip6.h255 extern ip6_rthdr_t *ip_find_rthdr_v6(ip6_t *, uint8_t *);
/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c1021 rth = ip_find_rthdr_v6(ip6h, end); in sctp_build_hdrs()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dconn_opt.c2417 rth = ip_find_rthdr_v6(ip6h, end); in cksum_massage_options_v6()
H A Dip6.c4702 ip_find_rthdr_v6(ip6_t *ip6h, uint8_t *endptr) in ip_find_rthdr_v6() function