scope6_id
ext->scope6_id = scope6_ifattach(ifp);
scope6_ifdetach(ext->scope6_id);
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
return (scope6_get_default((struct scope6_id *)
struct scope6_id;
struct scope6_id *scope6_id;
scope6_set(struct ifnet *ifp, struct scope6_id *idlist)
struct scope6_id *sid = SID(ifp);
scope6_get(struct ifnet *ifp, struct scope6_id *idlist)
struct scope6_id *sid = SID(ifp);
struct scope6_id *sid = SID(ifp);
scope6_get_default(struct scope6_id *idlist)
struct scope6_id *sid;
static struct scope6_id sid_default;
struct scope6_id *
return (xtra->scope6_id);
struct scope6_id *
struct scope6_id *sid;
sid = (struct scope6_id *)kmalloc(sizeof(*sid), M_IFADDR,
scope6_ifdetach(struct scope6_id *sid)
struct scope6_id;
struct scope6_id *scope6_ifattach (struct ifnet *);
void scope6_ifdetach (struct scope6_id *);
int scope6_set (struct ifnet *, struct scope6_id *);
int scope6_get (struct ifnet *, struct scope6_id *);
int scope6_get_default (struct scope6_id *);