Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_options.h59 struct mbuf *ip_srcroute(struct mbuf *);
H A Dip_options.c424 ip_srcroute(struct mbuf *m0) in ip_srcroute() function
H A Dtcp_syncache.c888 inp->inp_options = (m) ? ip_srcroute(m) : NULL; in syncache_socket()
1465 ipopts = (m) ? ip_srcroute(m) : NULL; in syncache_add()
H A Dip_icmp.c891 if ((opts = ip_srcroute(m)) == NULL && in icmp_reflect()
H A Dip_input.c1238 /* ip_srcroute doesn't do what we want here, need to fix */ in ip_savecontrol()
1240 *mp = sbcreatecontrol(ip_srcroute(m), sizeof(struct in_addr), in ip_savecontrol()