station
desc->station =
uint8_t station;
u_int station;
station = kio->kio_station;
if (station >= KEYMAP_SIZE)
kio->kio_entry = km[station];
km[station] = kio->kio_entry;
static void createbpfport(char *, uint8_t **, size_t *, struct station *);
memset(station.name, 0, sizeof(station.name));
gethostname(station.name, sizeof(station.name) - 1);
if ((p = strchr(station.name, '.')) != NULL)
createbpfport(ifname, &iobuf, &iolen, &station);
station.ifname, etheraddr(station.addr)));
pollfd.fd = station.fd;
if (memcmp(fp->src, station.addr, ETHER_ADDR_LEN) == 0)
if (strcmp(servername, station.name) != 0) {
memcpy(fp->src, station.addr, ETHER_ADDR_LEN);
struct station *st)
} station;