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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_var.h119 * The actual length of the options (including ipopt_dst)
127 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member in struct:ipoption
H A Digmp.c146 ra->ipopt_dst.s_addr = 0;
151 router_alert->m_len = sizeof(ra->ipopt_dst) + ra->ipopt_list[1];
H A Dip_output.c1853 optlen = opt->m_len - sizeof(p->ipopt_dst);
1856 if (p->ipopt_dst.s_addr)
1857 ip->ip_dst = p->ipopt_dst;

Completed in 80 milliseconds