Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_common.h119 is_ethernet:1, /**< Connection medium is ethernet (FCoE) */ member
H A Docs_domain.c546 if (drec->is_ethernet) { in __ocs_domain_init()
H A Docs_hw.c9207 drec.is_ethernet = TRUE; in ocs_hw_cb_read_fcf()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c796 int is_ethernet; in get_dlt_list() local
835 is_ethernet = 1; in get_dlt_list()
842 is_ethernet = 0; in get_dlt_list()
846 if (is_ethernet) { in get_dlt_list()
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr1544 has_inet = has_inet6 = is_ethernet = 0
1555 is_ethernet = 1
1558 if (!(is_ethernet && (has_inet || has_inet6)))