Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dip_var.h233 ip_srcroute(struct mbuf *);
H A Dtcp_syncache.c615 inp->inp_options = ip_srcroute(m); in syn_cache_get()
916 ipopts = ip_srcroute(m); in syn_cache_add()
H A Dip_icmp.c867 if ((opts = ip_srcroute(m)) == NULL && in icmp_reflect()
H A Dip_input.c1226 ip_srcroute(struct mbuf *m0) in ip_srcroute() function