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

/freebsd-10.1-release/contrib/traceroute/
H A Dtraceroute.c311 struct ip *outip; /* last output ip packet */ variable in typeref:struct:ip
672 minpacket = sizeof(*outip) + proto->hdrlen + sizeof(struct outdata) + optlen;
706 protlen = packlen - sizeof(*outip) - optlen;
708 outip = (struct ip *)malloc((unsigned)packlen);
709 if (outip == NULL) {
713 memset((char *)outip, 0, packlen);
715 outip->ip_v = IPVERSION;
717 outip->ip_tos = tos;
719 outip->ip_len = htons(packlen);
720 outip
[all...]

Completed in 42 milliseconds