Lines Matching defs:station
80 struct station {
85 } station;
107 static void createbpfport(char *, uint8_t **, size_t *, struct station *);
162 memset(station.name, 0, sizeof(station.name));
163 gethostname(station.name, sizeof(station.name) - 1);
164 if ((p = strchr(station.name, '.')) != NULL)
167 createbpfport(ifname, &iobuf, &iolen, &station);
170 station.ifname, etheraddr(station.addr)));
183 pollfd.fd = station.fd;
191 if (memcmp(fp->src, station.addr, ETHER_ADDR_LEN) == 0)
219 if (strcmp(servername, station.name) != 0) {
271 memcpy(fp->src, station.addr, ETHER_ADDR_LEN);
362 struct station *st)