Searched refs:geoslot (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 67 int geoslot; member 149 int chassis, geoslot; in dump_unit_table() local 154 for (geoslot = 0; geoslot <= MAX_GEOSLOT; geoslot++) { in dump_unit_table() 155 if (units[chassis][geoslot].ip != NULL) in dump_unit_table() 156 …printf("%d:%d %2d %s\n", chassis, geoslot, units[chassis][geoslot].fd, units[chassis][geoslot].ip); in dump_unit_table() 157 p = units[chassis][geoslot].iface; in dump_unit_table() 168 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { in find_unit_by_fd() argument 175 if (geoslot) *geoslot = s; in find_unit_by_fd() 186 int chassis, geoslot; in read_client_nbytes() local 189 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_nbytes() [all …]
|