Home
last modified time | relevance | path

Searched refs:BIOCSETIF (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/tests/
H A Drvi_doublefree.c123 T_ASSERT_POSIX_SUCCESS(ioctl(bpf_fd, BIOCSETIF, (void *)ifname), in bump_raw_count()
H A Dbpflib.c132 return ioctl(fd, BIOCSETIF, &ifr); in bpf_setif()
H A Dipsec.m464 return ioctl(fd, BIOCSETIF, &ifr);
/xnu-12377.81.4/bsd/net/
H A Dbpf.h183 #define BIOCSETIF _IOW('B',108, struct ifreq) macro
H A Dbpf.c1979 X(BIOCSETIF) \
2288 case BIOCSETIF: { /* struct ifreq */ in bpfioctl()