Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip_var.h117 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c2234 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
2238 if (p->ipopt_dst.s_addr) { in ip_insertoptions()
2239 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()
H A Digmp.c585 p->ipopt_dst.s_addr = INADDR_ANY; in igmp_ra_alloc()
590 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()