Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Dnhop.h129 struct sockaddr_in gw4_sa; /* GW accessor as IPv4 */ member
H A Dnhop.c227 memcpy(&key.gw_addr, &nh->gw4_sa.sin_addr, 4); in hash_priv()
H A Dnhop_ctl.c847 gw_sa = (struct sockaddr *)&nh->gw4_sa; in dump_nhop_entry()
H A Droute_ctl.c411 return (nh->gw4_sa.sin_addr.s_addr == in match_nhop_gw()
/f-stack/tools/compat/include/net/route/
H A Dnhop.h129 struct sockaddr_in gw4_sa; /* GW accessor as IPv4 */ member
/f-stack/freebsd/netinet/
H A Dip_fastfwd.c147 *addr = nh->gw4_sa.sin_addr.s_addr; in ip_redir_alloc()
428 dst.sin_addr = nh->gw4_sa.sin_addr; in ip_tryforward()
H A Dip_output.c501 gw = &ro->ro_nh->gw4_sa; in ip_output()
542 dst->sin_addr = nh->gw4_sa.sin_addr; in ip_output()
H A Dip_input.c1057 dest.s_addr = nh->gw4_sa.sin_addr.s_addr; in ip_forward()
H A Dsctp_output.c13832 sin = &ro->ro_nh->gw4_sa; in sctp_v4src_match_nexthop()
/f-stack/freebsd/net/
H A Ddebugnet.c673 gw_sin = &nh->gw4_sa; in debugnet_connect()
/f-stack/freebsd/netgraph/netflow/
H A Dnetflow.c364 fle->f.next_hop = nh->gw4_sa.sin_addr; in hash_insert()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c790 dst.sin_addr = nh->gw4_sa.sin_addr;