HomeSort by relevance Sort by last modified time
    Searched refs:activehosts (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
pcap-rpcap.h 134 struct activehosts struct
138 struct activehosts *next;
pcap-new.c 50 extern struct activehosts *activeHosts;
1009 struct activehosts *temp, *prev; /* temp var needed to scan he host list chain */
1094 temp = activeHosts;
1110 prev->next = (struct activehosts *) malloc(sizeof(struct activehosts));
1115 activeHosts = (struct activehosts *) malloc(sizeof(struct activehosts));
1116 temp = activeHosts;
    [all...]
pcap-rpcap.c 69 struct activehosts *activeHosts;
422 struct activehosts *temp; /* temp var needed to scan the host list chain, to detect if we're in active mode */
429 temp = activeHosts;
    [all...]

Completed in 84 milliseconds