Home
last modified time | relevance | path

Searched refs:ifms_type (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/ripctl/
H A Dripctl.c465 uint64_t ifms_type; in show_fib_interface_msg() local
472 ifms_type = get_ifms_type(k->if_type); in show_fib_interface_msg()
473 if (ifms_type) in show_fib_interface_msg()
474 printf("%s, ", get_media_descr(ifms_type)); in show_fib_interface_msg()
/openbsd/usr.sbin/ldpctl/
H A Dldpctl.c552 uint64_t ifms_type; in show_fib_interface_msg() local
559 ifms_type = get_ifms_type(k->if_type); in show_fib_interface_msg()
560 if (ifms_type) in show_fib_interface_msg()
561 printf("%s, ", get_media_descr(ifms_type)); in show_fib_interface_msg()
/openbsd/usr.sbin/ospfctl/
H A Doutput.c403 uint64_t ifms_type; in show_fib_interface() local
407 ifms_type = get_ifms_type(k->if_type); in show_fib_interface()
408 if (ifms_type) in show_fib_interface()
409 printf("%s, ", get_media_descr(ifms_type)); in show_fib_interface()
/openbsd/usr.sbin/eigrpctl/
H A Deigrpctl.c789 uint64_t ifms_type; in show_fib_interface_msg() local
798 ifms_type = get_ifms_type(k->if_type); in show_fib_interface_msg()
799 if (ifms_type) in show_fib_interface_msg()
800 printf("%s, ", get_media_descr(ifms_type)); in show_fib_interface_msg()
/openbsd/sys/net/
H A Dif_media.h953 uint64_t ifms_type; member
/openbsd/usr.sbin/bgpd/
H A Dkroute.c865 uint64_t ifms_type; in kr_show_interface() local
873 if ((ifms_type = ift2ifm(kif->if_type)) != 0) in kr_show_interface()
875 "%s", get_media_descr(ifms_type)); in kr_show_interface()
/openbsd/regress/sbin/ifconfig/
H A Difaddr.c1170 if (ifms->ifms_type != in status()
/openbsd/sbin/ifconfig/
H A Difconfig.c3418 if (ifms->ifms_type != in status()