Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Dbpflib.c109 return ioctl(fd, BIOCSETIF, &ifr); in bpf_setif()
H A Dipsec.m455 return ioctl(fd, BIOCSETIF, &ifr);
/xnu-8020.121.3/bsd/net/
H A Dbpf.h212 #define BIOCSETIF _IOW('B',108, struct ifreq) macro
H A Dbpf.c1857 case BIOCSETIF: { /* struct ifreq */ in bpfioctl()