OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ifac
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/route6d/
route6d.c
113
struct
ifac
*ifc_addr; /* list of AF_INET6 addresses */
117
struct
ifac
{ /* Address associated to an interface */
struct
119
struct
ifac
*ifa_next;
250
static struct
ifac
*
1381
struct
ifac
*ifa;
1403
if ((ifa = MALLOC(struct
ifac
)) == NULL) {
1404
fatal("malloc: struct
ifac
");
1783
struct
ifac
*ifa = NULL;
1814
struct
ifac
*p;
1890
struct
ifac
*ifa
[
all
...]
route6d.c
113
struct
ifac
*ifc_addr; /* list of AF_INET6 addresses */
117
struct
ifac
{ /* Address associated to an interface */
struct
119
struct
ifac
*ifa_next;
250
static struct
ifac
*
1381
struct
ifac
*ifa;
1403
if ((ifa = MALLOC(struct
ifac
)) == NULL) {
1404
fatal("malloc: struct
ifac
");
1783
struct
ifac
*ifa = NULL;
1814
struct
ifac
*p;
1890
struct
ifac
*ifa
[
all
...]
Completed in 23 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025