Home
last modified time | relevance | path

Searched refs:nh_src (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/netinet/
Din_fib.h50 struct in_addr nh_src; /* default source IPv4 address */ member
Din_fib.c119 pnh4->nh_src = IA_SIN(ia)->sin_addr; in fib4_rte_to_nh_extended()
Dip_options.c261 memcpy(cp + off, &nh_ext.nh_src, in ip_dooptions()
304 memcpy(cp + off, &nh_ext.nh_src, in ip_dooptions()
Dip_fastfwd.c150 s.sin_addr = nh.nh_src; in ip_redir_alloc()
Dip_icmp.c848 t = nh_ext.nh_src; in icmp_reflect()
/freebsd-12-stable/contrib/tcpdump/
Dprint-decnet.c380 word nh_src; /* source link address */ member
851 src = EXTRACT_LE_16BITS(nsphp->nh_src); in print_nsp()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clport.c1015 if (IN_LOOPBACK(ntohl(nh_ext.nh_src.s_addr))) { in nfscl_getmyip()
1021 *((struct in_addr *)paddr) = nh_ext.nh_src; in nfscl_getmyip()