Lines Matching refs:scope6_id
73 VNET_DEFINE_STATIC(struct scope6_id, sid_default);
76 #define SID(ifp) (&(ifp)->if_inet6->scope6_id)
78 static int scope6_get(struct ifnet *, struct scope6_id *);
79 static int scope6_set(struct ifnet *, struct scope6_id *);
80 static int scope6_get_default(struct scope6_id *);
97 struct scope6_id *sid = &ifp->if_inet6->scope6_id; in scope6_ifattach()
120 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
123 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
126 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
137 scope6_set(struct ifnet *ifp, struct scope6_id *idlist) in scope6_set()
141 struct scope6_id *sid = NULL; in scope6_set()
206 scope6_get(struct ifnet *ifp, struct scope6_id *idlist) in scope6_get()
209 struct scope6_id *sid; in scope6_get()
277 scope6_get_default(struct scope6_id *idlist) in scope6_get_default()
404 struct scope6_id *sid; in in6_setscope()