Searched refs:in6_aliasreq (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.h39 void in6_ifattach(struct ifnet *, struct ifnet *, struct in6_aliasreq *);
H A Din6_var.h255 struct in6_aliasreq { struct
416 #define SIOCAIFADDR_IN6 _IOW('i', 26, struct in6_aliasreq)
418 #define SIOCSIFPHYADDR_IN6 _IOW('i', 62, struct in6_aliasreq)
463 #define SIOCPROTOATTACH_IN6 _IOWR('i', 110, struct in6_aliasreq) /* attach proto to interface */
466 #define SIOCLL_START _IOWR('i', 130, struct in6_aliasreq) /* start aquiring linklocal on interface */
622 int in6_update_ifa __P((struct ifnet *, struct in6_aliasreq *,
H A Din6_ifattach.c116 static int in6_ifattach_linklocal(struct ifnet *, struct ifnet *, struct in6_aliasreq *);
470 struct in6_aliasreq *ifra_passed)
473 struct in6_aliasreq ifra;
624 struct in6_aliasreq ifra;
798 struct in6_aliasreq *ifra)
H A Din6.h615 struct in6_aliasreq;
626 extern void in6_if_up(struct ifnet *, struct in6_aliasreq *);
H A Din6.c415 struct in6_aliasreq *ifra = (struct in6_aliasreq *)data;
982 struct in6_aliasreq *ifra;
1618 struct in6_aliasreq ifra;
1651 /* copy args to in6_aliasreq, perform ioctl(SIOCAIFADDR_IN6). */
1790 struct in6_aliasreq ifra;
1792 /* fill in6_aliasreq and do ioctl(SIOCDIFADDR_IN6) */
2623 struct in6_aliasreq *ifra)
H A Dnd6_rtr.c1795 struct in6_aliasreq ifra;
1934 struct in6_aliasreq ifra;
H A Din6_prefix.c604 struct in6_aliasreq ifra;
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.c573 &(((struct in6_aliasreq *)data)->ifra_addr);
575 &(((struct in6_aliasreq *)data)->ifra_dstaddr);

Completed in 59 milliseconds