Home | History | Annotate | Download | only in libpcap

Lines Matching full:will

35 sets a flag that will force
39 to return rather than looping; they will return the number of packets
48 itself will not necessarily terminate those loops - as well as in loops
57 call will be restarted, and the loop will not terminate until more
64 a call to pcap_breakloop() in a different thread will not unblock that
65 thread; you will need to use whatever mechanism the OS provides for
74 will, on some platforms, loop reading packets from the OS; that loop
75 will not necessarily be terminated by a signal, so
84 does not guarantee that no further packets will be processed by
94 the flag is cleared, so a subsequent call will resume reading packets.
96 subsequent call will return \-2 and clear the flag.