Home
last modified time | relevance | path

Searched refs:ipopt_dst (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/netinet/
H A Dip_var.h94 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c984 if (m && m->m_len > offsetof(struct ipoption, ipopt_dst)) { in ip_optlen()
985 return (m->m_len - offsetof(struct ipoption, ipopt_dst)); in ip_optlen()
1003 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
1007 if (!in_nullhost(p->ipopt_dst)) in ip_insertoptions()
1008 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()