Searched refs:scope6_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dscope6_var.h42 struct scope6_id { struct
51 struct scope6_id *scope6_ifattach(struct ifnet *);
52 void scope6_ifdetach(struct scope6_id *);
55 int scope6_get_default(struct scope6_id *);
H A Dscope6.c75 VNET_DEFINE_STATIC(struct scope6_id, sid_default);
79 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)
81 static int scope6_get(struct ifnet *, struct scope6_id *);
82 static int scope6_set(struct ifnet *, struct scope6_id *);
96 struct scope6_id *
99 struct scope6_id *sid;
112 scope6_ifdetach(struct scope6_id *sid)
130 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
133 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
136 (struct scope6_id *)if
[all...]
H A Din6_var.h100 struct scope6_id;
109 struct scope6_id *scope6_id; member in struct:in6_ifextra
H A Din6.c2505 ext->scope6_id = scope6_ifattach(ifp);
2528 scope6_ifdetach(ext->scope6_id);

Completed in 113 milliseconds