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

  /external/libpcap/
pcap.c 1685 pcap_setbuff(pcap_t *p, int dim) function
    [all...]
  /external/scapy/scapy/modules/
winpcapy.py 642 #int pcap_setbuff (pcap_t *p, int dim)
644 pcap_setbuff = _lib.pcap_setbuff variable
645 pcap_setbuff.restype = c_int
646 pcap_setbuff.argtypes = [POINTER(pcap_t), c_int]

Completed in 302 milliseconds