Searched refs:find_unit_by_fd (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 168 static int find_unit_by_fd(int fd, int *chassis, int *geoslot, unit_t **unit_ptr) { in find_unit_by_fd() function 189 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_nbytes() 368 if (find_unit_by_fd(handle->fd, &chassis, &geoslot, &u) == 0) in pcap_cleanup_acn() 382 find_unit_by_fd(fd, &chassis, &geoslot, NULL); in send_to_fd() 725 find_unit_by_fd(fd, &chassis, &geoslot, &u); in read_client_data() 766 find_unit_by_fd(fd, &chassis, &geoslot, NULL); in wait_for_all_answers() 871 find_unit_by_fd(fd, NULL, NULL, &u); in acn_start_monitor()
|