Searched refs:mr_address (Results 1 – 2 of 2) sorted by relevance
732 UCHAR mr_address[8]; member
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()