Lines Matching refs:scope6_id
73 VNET_DEFINE_STATIC(struct scope6_id, sid_default);
77 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)
79 static int scope6_get(struct ifnet *, struct scope6_id *);
80 static int scope6_set(struct ifnet *, struct scope6_id *);
94 struct scope6_id *
97 struct scope6_id *sid; in scope6_ifattach()
110 scope6_ifdetach(struct scope6_id *sid) in scope6_ifdetach()
128 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
131 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
134 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
141 scope6_set(struct ifnet *ifp, struct scope6_id *idlist) in scope6_set()
145 struct scope6_id *sid = NULL; in scope6_set()
210 scope6_get(struct ifnet *ifp, struct scope6_id *idlist) in scope6_get()
213 struct scope6_id *sid; in scope6_get()
281 scope6_get_default(struct scope6_id *idlist) in scope6_get_default()
408 struct scope6_id *sid; in in6_setscope()