Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_var.h117 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c2204 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
2208 if (p->ipopt_dst.s_addr) { in ip_insertoptions()
2209 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()
H A Digmp.c584 p->ipopt_dst.s_addr = INADDR_ANY; in igmp_ra_alloc()
589 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()