OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:promis
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/msdos/
ndis2.c
593
int NdisRegisterAndBind (int
promis
)
640
if (
promis
)
811
int NdisInit (int
promis
)
828
if (!NdisRegisterAndBind(
promis
))
ndis2.h
496
extern int NdisInit (int
promis
);
497
extern int NdisRegisterAndBind (int
promis
);
/external/libpcap/
pcap-dos.c
1161
int
promis
= (dev->flags & IFF_PROMISC);
local
1164
if (!NdisInit(
promis
))
1168
ARGSUSED (
promis
);
[
all
...]
Completed in 64 milliseconds