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

/openbsd-current/sys/netinet/
H A Dip_var.h41 * The actual length of the options (including ipopt_dst)
97 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member in struct:ipoption
H A Digmp.c133 ra->ipopt_dst.s_addr = INADDR_ANY;
138 router_alert->m_len = sizeof(ra->ipopt_dst) + ra->ipopt_list[1];
H A Dip_output.c778 optlen = opt->m_len - sizeof(p->ipopt_dst);
788 if (p->ipopt_dst.s_addr)
789 ip->ip_dst = p->ipopt_dst;
1312 memcpy(&p->ipopt_dst, cp + IPOPT_OFFSET,

Completed in 121 milliseconds