Searched refs:ndp_get_option (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_ndp.h | 284 extern nd_opt_hdr_t *ndp_get_option(nd_opt_hdr_t *, int, int);
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_ndp.c | 1718 opt = ndp_get_option(opt, len, ND_OPT_SOURCE_LINKADDR); in ndp_input_solicit() 1911 opt = ndp_get_option(opt, len, ND_OPT_TARGET_LINKADDR); in ndp_input_advert() 3366 ndp_get_option(nd_opt_hdr_t *opt, int optlen, int opt_type) in ndp_get_option() function
|
H A D | ip6.c | 1122 opt = ndp_get_option(opt, optlen, ND_OPT_TARGET_LINKADDR); in icmp_redirect_v6()
|