Symbol: scope6_id
sys/netinet6/in6.c
2501
ext->scope6_id = scope6_ifattach(ifp);
sys/netinet6/in6.c
2509
scope6_ifdetach(ext->scope6_id);
sys/netinet6/in6.c
542
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
sys/netinet6/in6.c
546
(struct scope6_id *)ifr->ifr_ifru.ifru_scope_id));
sys/netinet6/in6.c
549
return (scope6_get_default((struct scope6_id *)
sys/netinet6/in6_var.h
107
struct scope6_id;
sys/netinet6/in6_var.h
113
struct scope6_id *scope6_id;
sys/netinet6/scope6.c
103
scope6_set(struct ifnet *ifp, struct scope6_id *idlist)
sys/netinet6/scope6.c
107
struct scope6_id *sid = SID(ifp);
sys/netinet6/scope6.c
163
scope6_get(struct ifnet *ifp, struct scope6_id *idlist)
sys/netinet6/scope6.c
165
struct scope6_id *sid = SID(ifp);
sys/netinet6/scope6.c
250
struct scope6_id *sid = SID(ifp);
sys/netinet6/scope6.c
324
scope6_get_default(struct scope6_id *idlist)
sys/netinet6/scope6.c
354
struct scope6_id *sid;
sys/netinet6/scope6.c
50
static struct scope6_id sid_default;
sys/netinet6/scope6.c
53
struct scope6_id *
sys/netinet6/scope6.c
60
return (xtra->scope6_id);
sys/netinet6/scope6.c
70
struct scope6_id *
sys/netinet6/scope6.c
73
struct scope6_id *sid;
sys/netinet6/scope6.c
75
sid = (struct scope6_id *)kmalloc(sizeof(*sid), M_IFADDR,
sys/netinet6/scope6.c
97
scope6_ifdetach(struct scope6_id *sid)
sys/netinet6/scope6_var.h
57
struct scope6_id;
sys/netinet6/scope6_var.h
60
struct scope6_id *scope6_ifattach (struct ifnet *);
sys/netinet6/scope6_var.h
61
void scope6_ifdetach (struct scope6_id *);
sys/netinet6/scope6_var.h
62
int scope6_set (struct ifnet *, struct scope6_id *);
sys/netinet6/scope6_var.h
63
int scope6_get (struct ifnet *, struct scope6_id *);
sys/netinet6/scope6_var.h
65
int scope6_get_default (struct scope6_id *);