Searched refs:in_aliasreq (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Din_var.h100 struct in_aliasreq { struct
H A Din.c634 struct in_aliasreq *ifra = (struct in_aliasreq *)ifr;
1258 bcopy(&((struct in_aliasreq *)(void *)data)->ifra_addr,
1346 bcopy(&((struct in_aliasreq *)(void *)data)->
1348 bcopy(&((struct in_aliasreq *)(void *)data)->
1395 bcopy(&((struct in_aliasreq *)(void *)data)->
1545 struct in_aliasreq ifra;
1550 /* copy args to in_aliasreq, perform ioctl(SIOCAIFADDR). */
H A Dip_input.c420 * interchangeable with in_aliasreq; they must have the same size.
422 _CASSERT(sizeof (struct ifaliasreq) == sizeof (struct in_aliasreq));
/xnu-2422.115.4/bsd/net/
H A Dif_gif.c692 &(((struct in_aliasreq *)data)->ifra_addr);
694 &(((struct in_aliasreq *)data)->ifra_dstaddr);
H A Dif.c1807 bcopy(((struct in_aliasreq *)(void *)data)->ifra_name,

Completed in 45 milliseconds