OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newtimeout
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-airpcap.c
347
int
newtimeout
;
local
354
newtimeout
= -1;
364
newtimeout
= p->opt.timeout;
366
pa->read_timeout =
newtimeout
;
367
pa->nonblock = (
newtimeout
== -1);
pcap-npf.c
2073
int
newtimeout
;
local
2080
newtimeout
= -1;
2090
newtimeout
= p->opt.timeout;
2092
if (!PacketSetReadTimeout(pw->adapter,
newtimeout
)) {
2097
pw->nonblock = (
newtimeout
== -1);
/src/sys/dev/ic/
aic7xxx_osm.c
898
uint64_t
newtimeout
;
local
905
newtimeout
= MAX(active_scb->xs->timeout,
908
newtimeout
> 1000000 ?
909
(
newtimeout
/ 1000) * hz :
910
(
newtimeout
* hz) / 1000,
/src/sys/external/bsd/ipf/netinet/
fil.c
8914
u_int oldtimeout,
newtimeout
;
local
8920
newtimeout
= IPF_TTLVAL(seconds);
8921
delta = oldtimeout -
newtimeout
;
8923
head->ifq_ttl =
newtimeout
;
Completed in 26 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026