Lines Matching refs:sin6_t
57 typedef struct sockaddr_in6 sin6_t; typedef
58 typedef int (spoof_test_f)(int, struct lif_nd_req *, sin6_t *);
169 spoof_bad_lla_optlen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_bad_lla_optlen_test()
185 msg6.msg_namelen = sizeof (sin6_t); 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()
248 msg6.msg_namelen = sizeof (sin6_t); 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()
318 msg6.msg_namelen = sizeof (sin6_t); 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()
349 msg6.msg_namelen = sizeof (sin6_t); in spoof_link_local_test()
362 spoof_good_test(int s, struct lif_nd_req *nce, sin6_t *multicast) in spoof_good_test()
377 msg6.msg_namelen = sizeof (sin6_t); in spoof_good_test()
520 sin6_t *multicast) in spoof_run_test()
536 sin6_t multicast; in spoof_run_tests()
664 (char *)&((sin6_t *)&addr.lifr_addr)->sin6_scope_id, in main()
670 if (bind(s, (struct sockaddr *)&addr.lifr_addr, sizeof (sin6_t)) != 0) { in main()