Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dip_var.h116 struct in_addr ipopt_dst; /* first-hop dst if source routed */ member
H A Dip_output.c2156 optlen = opt->m_len - sizeof(p->ipopt_dst); in ip_insertoptions()
2160 if (p->ipopt_dst.s_addr) { in ip_insertoptions()
2161 ip->ip_dst = p->ipopt_dst; in ip_insertoptions()
H A Digmp.c588 p->ipopt_dst.s_addr = INADDR_ANY; in igmp_ra_alloc()
593 m->m_len = sizeof(p->ipopt_dst) + p->ipopt_list[1]; in igmp_ra_alloc()