Searched defs:station_addr (Results 1 - 2 of 2) sorted by relevance

/external/netperf/
H A Dnettest_dlpi.h49 int station_addr[1];/* what is the station address for the */ member in struct:dlpi_co_stream_response_struct
95 int station_addr[1]; /* the remote's station address */ member in struct:dlpi_co_rr_response_struct
138 int station_addr[1]; /* the remote's station address */ member in struct:dlpi_cl_stream_response_struct
185 int station_addr[1]; /* the remote's station address */ member in struct:dlpi_cl_rr_response_struct
/external/grub/netboot/
H A Deepro.c508 } station_addr; local
518 station_addr.saddr[2] = read_eeprom(2);
519 if (station_addr.saddr[2] == 0x0000 || station_addr.saddr[2] == 0xFFFF) {
526 station_addr.saddr[2] = read_eeprom(2);
528 station_addr.saddr[1] = read_eeprom(3);
529 station_addr.saddr[0] = read_eeprom(4);
535 } else if (station_addr.saddr[0] == SA_ADDR1) {
542 station_addr.saddr[0] = swap16(station_addr
[all...]

Completed in 87 milliseconds