HomeSort by: relevance | last modified time | path
    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