Searched refs:addr_be16 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_roboswitch.c243 u16 read1[3], read2[3], addr_be16[3]; local
245 wpa_driver_roboswitch_addr_be16(addr, addr_be16);
254 ROBO_ARLCTRL_ADDR_1, addr_be16, 3);
258 ROBO_ARLCTRL_ADDR_2, addr_be16, 3);
278 ROBO_ARLCTRL_ADDR_1, addr_be16, 3);
289 u16 _read, addr_be16[3], addr_read[3], ports_read; local
291 wpa_driver_roboswitch_addr_be16(addr, addr_be16);
305 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
314 if (os_memcmp(addr_read, addr_be16, 6) == 0 &&
343 if (os_memcmp(addr_read, addr_be16,
[all...]

Completed in 179 milliseconds