Searched refs:fill_pxmask_family (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/net/route/ |
H A D | route_ctl.c | 98 static bool fill_pxmask_family(int family, int plen, struct sockaddr *_dst, 402 if (fill_pxmask_family(dst->sa_family, plen, dst, &netmask)) in rib_lookup_prefix_plen() 408 fill_pxmask_family(int family, int plen, struct sockaddr *_dst, in fill_pxmask_family() function 496 if (!fill_pxmask_family(dst->sa_family, plen, dst, &netmask)) { in rib_add_route_px() 580 if (!fill_pxmask_family(dst->sa_family, plen, dst, &netmask)) { in rib_del_route_px()
|