HomeSort by: relevance | last modified time | path
    Searched refs:scope6_id (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
scope6_var.h 96 struct scope6_id { struct
106 struct scope6_id *scope6_ifattach(struct ifnet *);
107 void scope6_ifdetach(struct scope6_id *);
scope6.c 57 static struct scope6_id sid_default;
60 ((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)
69 struct scope6_id *
72 struct scope6_id *sid;
92 scope6_ifdetach(struct scope6_id *sid)
289 const struct scope6_id *sid = SID(ifp);
in6_var.h 98 struct scope6_id *scope6_id; member in struct:in6_ifextra
in6.c 2669 ext->scope6_id = scope6_ifattach(ifp);
2687 scope6_ifdetach(ext->scope6_id);

Completed in 46 milliseconds