Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/sys/
H A Dsockio_private.h271 #define SIOCSIFNETWORKID _IOWR('i', 210, struct if_netidreq) /* set Network Identifier for a give…
/xnu-12377.1.9/bsd/net/
H A Dif_private.h782 struct if_netidreq { struct
H A Dif.c2694 struct if_netidreq *ifnetidr = (struct if_netidreq *)(void *)data; in ifioctl_networkid()
3590 bcopy(((struct if_netidreq *)(void *)data)->ifnetid_name, in ifioctl()