Searched refs:timeout_spec (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/pfctl/
H A Dparse.y611 | SET TIMEOUT timeout_spec
3713 timeout_spec : STRING NUMBER label
3728 timeout_list : timeout_list comma timeout_spec optnl
3729 | timeout_spec optnl
/openbsd-current/usr.sbin/nsd/
H A Dserver.c2650 struct timespec timeout_spec; local
2790 timeout_spec.tv_sec = 1;
2791 timeout_spec.tv_nsec = 0;
2794 if(netio_dispatch(netio, &timeout_spec, 0) == -1) {

Completed in 84 milliseconds