OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outsetup
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/traceroute/
traceroute.c
330
static struct outdata
outsetup
; /* setup and copy for alignment */
variable in typeref:struct:outdata
1271
outsetup
.seq = seq;
1272
outsetup
.ttl = ttl;
1273
outsetup
.tv.tv32_sec = htonl(tp->tv_sec);
1274
outsetup
.tv.tv32_usec = htonl(tp->tv_usec);
1275
memcpy(outmark,&
outsetup
,sizeof(
outsetup
));
traceroute.c
330
static struct outdata
outsetup
; /* setup and copy for alignment */
variable in typeref:struct:outdata
1271
outsetup
.seq = seq;
1272
outsetup
.ttl = ttl;
1273
outsetup
.tv.tv32_sec = htonl(tp->tv_sec);
1274
outsetup
.tv.tv32_usec = htonl(tp->tv_usec);
1275
memcpy(outmark,&
outsetup
,sizeof(
outsetup
));
Completed in 24 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025