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

/openbsd-current/usr.sbin/ripctl/
H A Dripctl.c465 uint64_t ifms_type; local
472 ifms_type = get_ifms_type(k->if_type);
473 if (ifms_type)
474 printf("%s, ", get_media_descr(ifms_type));
/openbsd-current/usr.sbin/ldpctl/
H A Dldpctl.c552 uint64_t ifms_type; local
559 ifms_type = get_ifms_type(k->if_type);
560 if (ifms_type)
561 printf("%s, ", get_media_descr(ifms_type));
/openbsd-current/usr.sbin/ospfctl/
H A Doutput.c403 uint64_t ifms_type; local
407 ifms_type = get_ifms_type(k->if_type);
408 if (ifms_type)
409 printf("%s, ", get_media_descr(ifms_type));
/openbsd-current/usr.sbin/eigrpctl/
H A Deigrpctl.c789 uint64_t ifms_type; local
798 ifms_type = get_ifms_type(k->if_type);
799 if (ifms_type)
800 printf("%s, ", get_media_descr(ifms_type));
/openbsd-current/sys/net/
H A Dif_media.h953 uint64_t ifms_type; member in struct:ifmedia_status_description
/openbsd-current/regress/sbin/ifconfig/
H A Difaddr.c1170 if (ifms->ifms_type !=
/openbsd-current/sbin/ifconfig/
H A Difconfig.c3422 if (ifms->ifms_type !=

Completed in 232 milliseconds