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

/freebsd-current/sys/net/route/
H A Droute_ctl.c98 static bool fill_pxmask_family(int family, int plen, struct sockaddr *_dst,
402 if (fill_pxmask_family(dst->sa_family, plen, dst, &netmask))
408 fill_pxmask_family(int family, int plen, struct sockaddr *_dst, function
496 if (!fill_pxmask_family(dst->sa_family, plen, dst, &netmask)) {
580 if (!fill_pxmask_family(dst->sa_family, plen, dst, &netmask)) {

Completed in 120 milliseconds