HomeSort by relevance Sort by last modified time
    Searched defs:station_addr (Results 1 - 2 of 2) sorted by null

  /external/netperf/
nettest_dlpi.h 49 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/
eepro.c 508 } 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.saddr[0])
    [all...]

Completed in 54 milliseconds