Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dsockio_private.h193 #define SIOCAIFAGENTID _IOWR('i', 165, struct if_agentidreq) /* Add netagent id */
194 #define SIOCDIFAGENTID _IOWR('i', 166, struct if_agentidreq) /* Delete netagent id */
/xnu-12377.61.12/bsd/net/
H A Dif_private.h698 struct if_agentidreq { struct
H A Dif.c2350 struct if_agentidreq *ifar = (struct if_agentidreq *)(void *)data; in ifioctl_netagent()
3577 bcopy(((struct if_agentidreq *)(void *)data)->ifar_name, in ifioctl()