Home
last modified time | relevance | path

Searched refs:ip_srcroute (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_options.h61 struct mbuf *ip_srcroute(struct mbuf *);
H A Dip_options.c426 ip_srcroute(struct mbuf *m0) in ip_srcroute() function
H A Dip_icmp.c876 if ((opts = ip_srcroute(m)) == NULL && in icmp_reflect()
H A Dip_input.c1257 *mp = sbcreatecontrol((caddr_t)ip_srcroute(m), in ip_savecontrol()
H A Dtcp_syncache.c982 inp->inp_options = (m) ? ip_srcroute(m) : NULL; in syncache_socket()
1559 ipopts = (m) ? ip_srcroute(m) : NULL; in syncache_add()