Searched refs:upper_str (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/net/route/ |
H A D | nhop_ctl.c | 1139 const char *upper_str = rib_print_family(nh->nh_priv->nh_upper_family); in nhop_print_buf() local 1145 snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1152 snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1157 snprintf(buf, bufsize, "nh#%d/%s/%s/resolve", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1161 snprintf(buf, bufsize, "nh#%d/%s/%s/????", nh_priv->nh_idx, upper_str, in nhop_print_buf()
|
/freebsd/sys/net/ |
H A D | if_llatbl.c | 483 const char *upper_str = rib_print_family(llentry_get_upper_family(lle, family)); in llentry_print_buf() local 489 snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str, in llentry_print_buf() 496 snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str, in llentry_print_buf() 501 snprintf(buf, bufsize, "lle/%s/%s/%s/????", upper_str, in llentry_print_buf()
|