Home
last modified time | relevance | path

Searched refs:SIOCGIFGMEMB (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difgroup.c116 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) == -1) { in printgroup()
127 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) == -1) in printgroup()
/freebsd/sys/sys/
H A Dsockio.h135 #define SIOCGIFGMEMB _IOWR('i', 138, struct ifgroupreq) /* get members */ macro
/freebsd/contrib/wireguard-tools/
H A Dipc-freebsd.h31 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) < 0) in kernel_get_wireguard_interfaces()
37 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) < 0) { in kernel_get_wireguard_interfaces()
/freebsd/sbin/pfctl/
H A Dpfctl_parser.c1422 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr2) == 0) in ifa_add_groups_to_map()
1617 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) == -1) in ifa_grouplookup()
H A Dpfctl_optimize.c1508 if (ioctl(s, SIOCGIFGMEMB, (caddr_t)&ifgr) == -1) { in interface_group()
/freebsd/sys/net/
H A Dif.c188 #define SIOCGIFGMEMB32 _IOC_NEWTYPE(SIOCGIFGMEMB, struct ifgroupreq32)
3039 case SIOCGIFGMEMB: in ifioctl()