scope6_id
} scope6_id;
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
scope6_set(struct ifnet *ifp, struct scope6_id *idlist)
struct scope6_id *sid = NULL;
scope6_get(struct ifnet *ifp, struct scope6_id *idlist)
struct scope6_id *sid;
scope6_get_default(struct scope6_id *idlist)
struct scope6_id *sid;
VNET_DEFINE_STATIC(struct scope6_id, sid_default);
#define SID(ifp) (&(ifp)->if_inet6->scope6_id)
static int scope6_get(struct ifnet *, struct scope6_id *);
static int scope6_set(struct ifnet *, struct scope6_id *);
static int scope6_get_default(struct scope6_id *);
struct scope6_id *sid = &ifp->if_inet6->scope6_id;