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

/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c327 static struct ip *outip; /* last output (udp) packet */ variable in typeref:struct:ip
609 minpacket = sizeof(*outip) + sizeof(struct outdata) + optlen;
649 outip = malloc((unsigned)packlen);
650 if (outip == NULL)
652 memset(outip, 0, packlen);
654 outip->ip_v = IPVERSION;
656 outip->ip_tos = tos;
658 outip->ip_len = htons(packlen);
659 outip->ip_off = htons(off);
661 outip
[all...]

Completed in 170 milliseconds