Searched defs:multicast (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/spoof-ras/
H A Dspoof-ras.c169 spoof_bad_lla_optlen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) argument
184 msg6.msg_name = multicast;
232 spoof_bad_pi_optlen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) argument
247 msg6.msg_name = multicast;
303 spoof_bad_plen_test(int s, struct lif_nd_req *nce, sin6_t *multicast) argument
317 msg6.msg_name = multicast;
334 spoof_link_local_test(int s, struct lif_nd_req *nce, sin6_t *multicast) argument
348 msg6.msg_name = multicast;
362 spoof_good_test(int s, struct lif_nd_req *nce, sin6_t *multicast) argument
376 msg6.msg_name = multicast;
519 spoof_run_test(spoof_test_f *func, int s, struct lif_nd_req *nce, sin6_t *multicast) argument
536 sin6_t multicast; local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java236 boolean multicast,
235 externalize(ByteArrayOutputStream baos, boolean multicast, boolean isTCP) argument
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c310 unsigned char multicast[6]; local
313 multicast[0] = 0x01;
314 multicast[1] = 0x00;
315 multicast[2] = 0x5e;
316 multicast[3] = (hdestip >> 16) & 0x7;
317 multicast[4] = (hdestip >> 8) & 0xff;
318 multicast[5] = hdestip & 0xff;
319 eth_transmit(multicast, IP, len, buf);
864 /* Only join a group if we are given a multicast ip, this way
865 * code can be given a non-multicast (broadcas
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dhw_channel.h359 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][_UP_ETH_ALEN]; member in struct:vfpf_set_q_filters_tlv
H A Dvfpf_if.h273 u8 multicast[PFVF_MAX_MULTICAST_PER_VF][6]; member in struct:vf_pf_msg_set_q_filters
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h471 uint16_t multicast:1; /* FC Word 1, bit 25 */ member in struct:fc_csp
483 uint16_t multicast:1; /* FC Word 1, bit 25 */ member in struct:fc_csp
H A Demlxs_hw.h1147 uint16_t multicast:1; /* FC Word 1, bit 25 */ member in struct:emlxs_csp
1163 uint16_t multicast:1; /* FC Word 1, bit 25 */ member in struct:emlxs_csp

Completed in 103 milliseconds