OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close_with_iop
(Results
1 - 1
of
1
) sorted by null
/external/libpcap/
pcap-sita.c
341
static void
close_with_IOP
(int chassis, int geoslot, int flag) {
359
close_with_IOP
(chassis, geoslot, LIVE);
372
if (units[chassis][geoslot].fd == fd)
close_with_IOP
(chassis, geoslot, LIVE);
373
else if (units[chassis][geoslot].find_fd == fd)
close_with_IOP
(chassis, geoslot, FIND);
744
close_with_IOP
(chassis, geoslot, FIND); /* and close out connection to him */
781
close_with_IOP
(chassis, geoslot, FIND);
[
all
...]
Completed in 155 milliseconds