Lines Matching full:will
35 sets a flag that will force
39 to return rather than looping; they will return the number of packets
45 will also, on some platforms, wake up the thread that is blocked. In
49 are Linux and Windows, and the wakeup will only be caused when capturing
50 on network interfaces; it will not be caused on other operating systems,
51 and will not be caused on any OS when capturing on other types of
61 itself will not necessarily terminate those loops - as well as in loops
70 call will be restarted, and the loop will not terminate until more
78 will only unblock that thread on the platforms and capture devices
84 and you are capturing on a network interface, the thread will be
89 If you want to ensure that the loop will eventually be unblocked on any
91 network interface, you will need to use whatever mechanism the OS
100 called but that weren't yet provided to libpcap, those packets will not
113 will, on some platforms, loop reading packets from the OS; that loop
114 will not necessarily be terminated by a signal, so
123 does not guarantee that no further packets will be processed by
135 the flag is cleared, so a subsequent call will resume reading packets.
137 subsequent call will return
146 will not wake up a blocked thread on any platform.