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

/xnu-2782.1.97/bsd/netinet/
H A Dip_var.h120 * 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 Dip_output.c2245 optlen = opt->m_len - sizeof (p->ipopt_dst);
2248 if (p->ipopt_dst.s_addr)
2249 ip->ip_dst = p->ipopt_dst;
H A Digmp.c557 p->ipopt_dst.s_addr = INADDR_ANY;
562 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1];

Completed in 76 milliseconds