Home
last modified time | relevance | path

Searched refs:SIOCLL_START_64 (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Din6_var.h703 #define SIOCLL_START_64 _IOWR('i', 130, struct in6_aliasreq_64) macro
H A Din6.c755 case SIOCLL_START_64: /* struct in6_aliasreq_64 */ in in6ctl_llstart()
756 is64 = (cmd == SIOCLL_START_64); in in6ctl_llstart()
1358 case SIOCLL_START_64: /* struct in6_aliasreq_64 */ in in6_control()
/xnu-8020.101.4/bsd/net/
H A Dif.c5773 case SIOCLL_START_64: in ifioctl_cassert()