OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setdirection_op
(Results
1 - 13
of
13
) sorted by null
/external/libpcap/
pcap-int.h
190
int (*
setdirection_op
)(pcap_t *, pcap_direction_t);
member in struct:pcap
pcap-nit.c
337
p->
setdirection_op
= NULL; /* Not implemented. */
pcap.c
716
if (p->
setdirection_op
== NULL) {
721
return p->
setdirection_op
(p, d);
pcap-snit.c
400
p->
setdirection_op
= NULL; /* Not implemented. */
pcap-snoop.c
382
p->
setdirection_op
= NULL; /* Not implemented. */
pcap-pf.c
500
p->
setdirection_op
= NULL; /* Not implemented. */
pcap-win32.c
637
p->
setdirection_op
= NULL; /* Not implemented. */
pcap-bpf.c
1028
p->
setdirection_op
= pcap_setdirection_bpf;
savefile.c
[
all
...]
pcap-dag.c
696
handle->
setdirection_op
= NULL; /* Not implemented.*/
pcap-dlpi.c
944
p->
setdirection_op
= NULL; /* Not implemented.*/
[
all
...]
pcap-dos.c
175
pcap->
setdirection_op
= NULL; /* Not implemented.*/
[
all
...]
pcap-linux.c
430
handle->
setdirection_op
= pcap_setdirection_linux;
[
all
...]
Completed in 128 milliseconds