OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acn_if_list
(Results
1 - 2
of
2
) sorted by null
/external/libpcap/
fad-sita.c
38
extern pcap_if_t *
acn_if_list
; /* pcap's list of available interfaces */
57
*alldevsp =
acn_if_list
;
58
acn_if_list
= 0; /* then forget our list head, because someone will call pcap_freealldevs() to empty the malloc'ed stuff */
pcap-sita.c
81
pcap_if_t *
acn_if_list
; /* pcap's list of available interfaces */
variable
90
iff =
acn_if_list
;
95
iff =
acn_if_list
;
129
iff =
acn_if_list
;
130
printf("Interface Pointer @ %p is %p:\n", &
acn_if_list
, iff);
389
for (iff =
acn_if_list
; iff != NULL; iff = next_iff) {
530
if (!
acn_if_list
) return; /* nothing to do if the list is empty */
533
p1 =
acn_if_list
; /* start at the head of the list */
545
acn_if_list
= p2;
586
if (
acn_if_list
== 0) acn_if_list = iff; /* remember the head of the list *
[
all
...]
Completed in 100 milliseconds