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

/darwin-on-arm/xnu/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 Dip_output.c2206 optlen = opt->m_len - sizeof(p->ipopt_dst);
2209 if (p->ipopt_dst.s_addr)
2210 ip->ip_dst = p->ipopt_dst;
H A Digmp.c526 p->ipopt_dst.s_addr = INADDR_ANY;
531 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1];

Completed in 29 milliseconds