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

/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c330 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 190 milliseconds