Home
last modified time | relevance | path

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

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