Home
last modified time | relevance | path

Searched refs:is_ethernet (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
Docs_common.h122 is_ethernet:1, /**< Connection medium is ethernet (FCoE) */ member
Docs_domain.c553 if (drec->is_ethernet) { in __ocs_domain_init()
Docs_hw.c9228 drec.is_ethernet = TRUE; in ocs_hw_cb_read_fcf()
/freebsd-12-stable/contrib/libpcap/
Dpcap-bpf.c666 int is_ethernet; in get_dlt_list() local
705 is_ethernet = 1; in get_dlt_list()
712 is_ethernet = 0; in get_dlt_list()
716 if (is_ethernet) { in get_dlt_list()
/freebsd-12-stable/usr.sbin/bsdconfig/share/media/
Dtcpip.subr1546 has_inet = has_inet6 = is_ethernet = 0
1557 is_ethernet = 1
1560 if (!(is_ethernet && (has_inet || has_inet6)))