Searched refs:pkt_mreq (Results 1 – 1 of 1) sorted by relevance
6663 *pkt_mreq; in nx_bsd_setsockopt() local6982 pkt_mreq = (struct nx_bsd_packet_mreq*)option_value; in nx_bsd_setsockopt()6984 if (pkt_mreq -> mr_alen != ETH_ALEN || pkt_mreq -> mr_type != PACKET_MR_MULTICAST) in nx_bsd_setsockopt()7004 physical_addr_msw = (pkt_mreq -> mr_address[0] << 8) | pkt_mreq->mr_address[1]; in nx_bsd_setsockopt()7005 … physical_addr_lsw = (pkt_mreq -> mr_address[2] << 24) | (pkt_mreq->mr_address[3] << 16) | in nx_bsd_setsockopt()7006 (pkt_mreq -> mr_address[4] << 8) | pkt_mreq -> mr_address[5]; in nx_bsd_setsockopt()7010 status = nx_link_multicast_join(nx_bsd_default_ip, pkt_mreq -> mr_ifindex, in nx_bsd_setsockopt()7015 status = nx_link_multicast_leave(nx_bsd_default_ip, pkt_mreq -> mr_ifindex, in nx_bsd_setsockopt()