Home
last modified time | relevance | path

Searched refs:pcap_ng_if (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dsf-pcap-ng.c213 struct pcap_ng_if { struct
223 struct pcap_ng_if *ifaces; /* array of interface information */ argument
546 ps->ifaces = malloc(sizeof (struct pcap_ng_if)); in add_interface()
553 ps->ifaces = realloc(ps->ifaces, ps->ifaces_size * sizeof (struct pcap_ng_if)); in add_interface()