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

/freebsd-10.3-release/contrib/libpcap/
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 107 milliseconds