Home
last modified time | relevance | path

Searched refs:scope6_id (Results 1 – 2 of 2) sorted by relevance

/src/sys/netinet6/
H A Dscope6.c73 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()
[all …]
H A Din6_var.h525 struct scope6_id { struct
532 } scope6_id; member