OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curifa
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/net/inpcb/
inpcb_bind.c
350
struct ifaddrs *ifap, *
curifa
;
local in function:main
413
curifa
= ifap;
414
while (
curifa
) {
415
if (
curifa
->ifa_addr != NULL &&
416
memcmp(
curifa
->ifa_addr,
420
curifa
=
curifa
->ifa_next;
422
if (
curifa
== NULL)
425
if_nametoindex(
curifa
->ifa_name);
428
curifa
->ifa_name)
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025