OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifa0
(Results
1 - 1
of
1
) sorted by null
/external/ipsec-tools/src/racoon/
grabmyaddr.c
214
static int getifaddrs(struct ifaddrs **
ifa0
)
244
*
ifa0
= NULL;
246
recvaddrs(fd,
ifa0
, seq);
252
for (i=*
ifa0
; i; i = i->ifa_next) {
263
static void freeifaddrs(struct ifaddrs *
ifa0
)
267
while (
ifa0
) {
268
i =
ifa0
;
269
ifa0
= i->ifa_next;
336
struct ifaddrs *
ifa0
, *ifap;
local
343
if (getifaddrs(&
ifa0
)) {
[
all
...]
Completed in 53 milliseconds