Searched refs:nh_ext (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dip_options.c110 struct nhop4_extended nh_ext; local
258 ipaddr.sin_addr, 0, 0, &nh_ext) != 0)
261 memcpy(cp + off, &nh_ext.nh_src,
303 ipaddr.sin_addr, 0, 0, &nh_ext) == 0) {
304 memcpy(cp + off, &nh_ext.nh_src,
H A Dip_icmp.c741 struct nhop4_extended nh_ext; local
835 if (fib4_lookup_nh_ext(M_GETFIB(m), ip->ip_dst, 0, 0, &nh_ext) != 0) {
840 t = nh_ext.nh_src;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1002 struct nhop4_extended nh_ext; local
1007 &nh_ext);
1012 if (IN_LOOPBACK(ntohl(nh_ext.nh_src.s_addr))) {
1018 *((struct in_addr *)paddr) = nh_ext.nh_src;

Completed in 62 milliseconds