Home
last modified time | relevance | path

Searched refs:BIOCSRTIMEOUT (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/tests/
H A Dbpflib.c49 return ioctl(fd, BIOCSRTIMEOUT, tv_p); in bpf_set_timeout()
/xnu-8019.80.24/bsd/net/
H A Dbpf.h213 #define BIOCSRTIMEOUT _IOW('B',109, struct timeval) macro