Searched refs:upper_str (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net/route/ |
| H A D | nhop_ctl.c | 1132 const char *upper_str = rib_print_family(nh->nh_priv->nh_upper_family); in nhop_print_buf() local 1138 snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1145 snprintf(buf, bufsize, "nh#%d/%s/%s/%s", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1150 snprintf(buf, bufsize, "nh#%d/%s/%s/resolve", nh_priv->nh_idx, upper_str, in nhop_print_buf() 1154 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 | 482 const char *upper_str = rib_print_family(llentry_get_upper_family(lle, family)); in llentry_print_buf() local 488 snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str, in llentry_print_buf() 495 snprintf(buf, bufsize, "lle/%s/%s/%s/%s", upper_str, in llentry_print_buf() 500 snprintf(buf, bufsize, "lle/%s/%s/%s/????", upper_str, in llentry_print_buf()
|