Home
last modified time | relevance | path

Searched refs:rt_dstb (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/route/
H A Droute_rtentry.c85 MPASS(dst->sa_len <= sizeof(((struct rtentry *)NULL)->rt_dstb)); in rt_alloc()
H A Droute_var.h177 char rt_dstb[28]; member
H A Droute_ctl.c750 if (dst->sa_len > sizeof(((struct rtentry *)NULL)->rt_dstb)) { in add_route_byinfo()