Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dip_var.h117 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c2162 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
2166 if (p->ipopt_dst.s_addr) { in ip_insertoptions()
2167 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()
H A Digmp.c592 p->ipopt_dst.s_addr = INADDR_ANY; in igmp_ra_alloc()
597 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()