Searched refs:find_unit_by_fd (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c167 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { function
188 find_unit_by_fd(fd, &chassis, &geoslot, &u);
362 if (find_unit_by_fd(handle->fd, &chassis, &geoslot, &u) == 0)
376 find_unit_by_fd(fd, &chassis, &geoslot, NULL);
695 find_unit_by_fd(fd, &chassis, &geoslot, &u);
734 find_unit_by_fd(fd, &chassis, &geoslot, NULL);
839 find_unit_by_fd(fd, NULL, NULL, &u);

Completed in 29 milliseconds