Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet6/
Dscope6.c79 VNET_DEFINE_STATIC(struct scope6_id, sid_default);
83 (((struct in6_ifextra *)(ifp)->if_afdata[AF_INET6])->scope6_id)
85 static int scope6_get(struct ifnet *, struct scope6_id *);
86 static int scope6_set(struct ifnet *, struct scope6_id *);
100 struct scope6_id *
103 struct scope6_id *sid; in scope6_ifattach()
116 scope6_ifdetach(struct scope6_id *sid) in scope6_ifdetach()
134 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
137 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
140 (struct scope6_id *)ifr->ifr_ifru.ifru_scope_id)); in scope6_ioctl()
[all …]
Dscope6_var.h42 struct scope6_id { struct
54 struct scope6_id *scope6_ifattach(struct ifnet *); argument
55 void scope6_ifdetach(struct scope6_id *);
58 int scope6_get_default(struct scope6_id *);
Din6_var.h100 struct scope6_id;
109 struct scope6_id *scope6_id; member
Din6.c2461 ext->scope6_id = scope6_ifattach(ifp); in in6_domifattach()
2484 scope6_ifdetach(ext->scope6_id); in in6_domifdetach()