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

/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c341 struct ip *outip; /* last output ip packet */ variable in typeref:struct:ip
699 minpacket = sizeof(*outip) + proto->hdrlen + sizeof(struct outdata) + optlen;
733 protlen = packlen - sizeof(*outip) - optlen;
735 outip = (struct ip *)malloc((unsigned)packlen);
736 if (outip == NULL) {
740 memset((char *)outip, 0, packlen);
742 outip->ip_v = IPVERSION;
744 outip->ip_tos = tos;
746 outip->ip_len = htons(packlen);
747 outip
[all...]

Completed in 148 milliseconds