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

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip_var.h71 * The actual length of the options (including ipopt_dst)
77 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member in struct:ipoption
/freebsd-9.3-release/sys/netinet/
H A Dip_options.c496 optlen = opt->m_len - sizeof(p->ipopt_dst);
501 if (p->ipopt_dst.s_addr)
502 ip->ip_dst = p->ipopt_dst;
H A Dip_var.h71 * The actual length of the options (including ipopt_dst)
77 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member in struct:ipoption
H A Digmp.c528 p->ipopt_dst.s_addr = INADDR_ANY;
533 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1];
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c55 # define IP_DST ipopt_dst

Completed in 114 milliseconds