Home
last modified time | relevance | path

Searched refs:rt_genmask (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/net/
H A Drtsock.c604 rtinfo->rti_genmask = rt->rt_genmask; /* might be NULL */ in _fillrtmsg()
854 rt->rt_genmask = rtmask_purelookup(rtinfo->rti_genmask); in route_output_add_callback()
855 if (rt->rt_genmask == NULL) { in route_output_add_callback()
864 rt->rt_genmask = NULL; in route_output_add_callback()
951 rt->rt_genmask = rtmask_purelookup(rtinfo->rti_genmask); in route_output_change_callback()
952 if (rt->rt_genmask == NULL) { in route_output_change_callback()
1664 rtinfo->rti_genmask = rt->rt_genmask; in rttable_entry_rtinfo()
H A Droute.h151 struct sockaddr *rt_genmask; /* for generation of cloned routes */ member
H A Droute.c886 if ((rtinfo->rti_info[RTAX_NETMASK] = rt->rt_genmask) == NULL) in rtrequest1()
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c822 sin = aliasing_hide_typecast(&rt.rt_genmask, struct sockaddr_in); in add_ssdp_network()
/dragonfly/sys/vfs/nfs/
H A Dbootp_subr.c338 bootpboot_p_ma(rt->rt_genmask); in bootpboot_p_rtentry()