Home
last modified time | relevance | path

Searched defs:maxwait (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dne2000.c459 int maxwait = 100; /* about 120us */ in ne2000_write_mbuf() local
711 int maxwait = 100; /* about 120us */ in ne2000_writemem() local
/openbsd-src/usr.sbin/dhcp6leasectl/
H A Ddhcp6leasectl.c72 int ch, if_index = 0, maxwait = 10, bound = 0; in main() local
/openbsd-src/usr.sbin/dhcpleasectl/
H A Ddhcpleasectl.c72 int ch, if_index = 0, maxwait = 10, bound = 0; in main() local
/openbsd-src/usr.sbin/radiusctl/
H A Dparser.h70 struct timeval maxwait; global() member
/openbsd-src/sbin/ping/
H A Dping.c195 unsigned int maxwait = MAXWAIT_DEFAULT; /* max seconds to wait for response */ variable