Searched refs:ip_srcroute (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_var.h316 ip_srcroute(void);
H A Dip_icmp.c734 if ((opts = ip_srcroute()) == 0 &&
H A Dip_input.c2134 * to be picked up later by ip_srcroute if the receiver is interested.
2159 ip_srcroute(void) function
2177 printf("ip_srcroute: nhops %d mlen %d", ip_nhops, m->m_len);
2717 /* ip_srcroute doesn't do what we want here, need to fix */
2719 mp = sbcreatecontrol_mbuf((caddr_t) ip_srcroute(),
H A Dtcp_input.c1940 inp->inp_options = ip_srcroute();

Completed in 87 milliseconds