Searched refs:close_with_IOP (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | pcap-sita.c | 352 static void close_with_IOP(int chassis, int geoslot, int flag) { in close_with_IOP() function 370 close_with_IOP(chassis, geoslot, LIVE); in pcap_cleanup_acn() 383 if (units[chassis][geoslot].fd == fd) close_with_IOP(chassis, geoslot, LIVE); in send_to_fd() 384 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd() 767 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers() 804 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
|