HomeSort by relevance Sort by last modified time
    Searched defs:pcap_loop (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap.c 881 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) function
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 322 #int pcap_loop (pcap_t *p, int cnt, pcap_handler callback, u_char *user)
324 pcap_loop = _lib.pcap_loop variable
325 pcap_loop.restype = c_int
326 pcap_loop.argtypes = [POINTER(pcap_t), c_int, pcap_handler, POINTER(u_char)]
341 # set a flag that will force pcap_dispatch() or pcap_loop() to return rather than looping.

Completed in 122 milliseconds