HomeSort by relevance Sort by last modified time
    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 1177 int promis = (dev->flags & IFF_PROMISC); local
1180 if (!NdisInit(promis))
1184 ARGSUSED (promis);
    [all...]

Completed in 83 milliseconds