Lines Matching refs:multicast
169 spoof_bad_lla_optlen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_bad_lla_optlen_test() argument
184 msg6.msg_name = multicast; in spoof_bad_lla_optlen_test()
232 spoof_bad_pi_optlen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_bad_pi_optlen_test() argument
247 msg6.msg_name = multicast; in spoof_bad_pi_optlen_test()
303 spoof_bad_plen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_bad_plen_test() argument
317 msg6.msg_name = multicast; in spoof_bad_plen_test()
334 spoof_link_local_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_link_local_test() argument
348 msg6.msg_name = multicast; in spoof_link_local_test()
362 spoof_good_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_good_test() argument
376 msg6.msg_name = multicast; in spoof_good_test()
520 sin6_t *multicast) in spoof_run_test() argument
524 if (func(s, nce, multicast) == 0) { in spoof_run_test()
536 sin6_t multicast; in spoof_run_tests() local
539 bzero(&multicast, sizeof (multicast)); in spoof_run_tests()
540 multicast.sin6_family = AF_INET6; in spoof_run_tests()
541 (void) inet_pton(AF_INET6, "ff02::1", &multicast.sin6_addr); in spoof_run_tests()
552 spoof_run_test(spoof_good_test, s, nce, &multicast); in spoof_run_tests()
560 spoof_run_test(test_cases[cas], s, nce, &multicast); in spoof_run_tests()
574 spoof_run_test(spoof_good_test, s, nce, &multicast); in spoof_run_tests()