isibootd.c | 80 struct station { struct 85 } station; variable in typeref:struct: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))) [all...] |