Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_var.h116 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c2147 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
2151 if (p->ipopt_dst.s_addr) { in ip_insertoptions()
2152 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()
H A Digmp.c567 p->ipopt_dst.s_addr = INADDR_ANY; in igmp_ra_alloc()
572 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()