Searched refs:gw4_sa (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/net/route/
H A Dnhop.h129 struct sockaddr_in gw4_sa; /* GW accessor as IPv4 */ member in union:nhop_object::__anon14929
H A Dnhop.c227 memcpy(&key.gw_addr, &nh->gw4_sa.sin_addr, 4);
H A Dnhop_ctl.c849 gw_sa = (struct sockaddr *)&nh->gw4_sa;
H A Droute_ctl.c411 return (nh->gw4_sa.sin_addr.s_addr ==
/freebsd-13-stable/sys/netinet/
H A Dip_fastfwd.c147 *addr = nh->gw4_sa.sin_addr.s_addr;
428 dst.sin_addr = nh->gw4_sa.sin_addr;
H A Dip_output.c501 gw = &ro->ro_nh->gw4_sa;
542 dst->sin_addr = nh->gw4_sa.sin_addr;
H A Dip_input.c1062 dest.s_addr = nh->gw4_sa.sin_addr.s_addr;
H A Dsctp_output.c13832 sin = &ro->ro_nh->gw4_sa;
/freebsd-13-stable/sys/net/
H A Ddebugnet.c677 gw_sin = &nh->gw4_sa;
/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow.c364 fle->f.next_hop = nh->gw4_sa.sin_addr;
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c781 dst.sin_addr = nh->gw4_sa.sin_addr;
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1116 ((struct sockaddr_in *)dst)->sin_addr = nh->gw4_sa.sin_addr;

Completed in 245 milliseconds