Home
last modified time | relevance | path

Searched refs:DL_IB (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c69 mtrp->mtr_mactype = DL_IB; in _init()
70 mtrp->mtr_nativetype = DL_IB; in _init()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c60 { DL_IB, DLT_IPOIB, 44 }, /* Solaris IPoIB (infini.) */
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c83 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c81 if ((p->local.iftype != DL_IB) || (p->remote.iftype != DL_IB)) \
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlib.c371 DATALINK_CLASS_PART, DL_IB, &conf); in dladm_part_persist_conf()
459 if (media != DL_IB) in dladm_part_create()
477 DATALINK_CLASS_PART, DL_IB, flags, &pattr.dia_partlinkid)) != in dladm_part_create()
H A Dlibdllink.c783 } else if (media == DL_IB) { in i_dladm_phys_delete()
786 &del_arg, DATALINK_CLASS_PART, DL_IB, DLADM_OPT_PERSIST); in i_dladm_phys_delete()
H A Dlibdladm.c64 { DL_IB, "Infiniband" },
H A Dlinkprop.c653 DATALINK_CLASS_PART, DL_IB },
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c360 case DL_IB: in dlpi_print_address()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c965 case DL_IB: in dlpi_arptype()
999 case DL_IB: in dlpi_iftype()
1618 { DL_IB, "Infiniband" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c1542 if (interface->mac_type == DL_IB) { in pf_compile()
1543 dl.dl_type = DL_IB; in pf_compile()
H A Dsnoop_filter.c1820 case DL_IB: in etheraddr_match()
2216 if (interface->mac_type == DL_IB) in primary()
2230 } else if (interface->mac_type == DL_IB) { in primary()
H A Dsnoop_ether.c84 { DL_IB, 4096, 0, 2, ETHERTYPE_IP, ETHERTYPE_IPV6,
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetifaddrs.c173 case DL_IB: in dlpi_iftype()
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c570 case DL_IB: return ("Infiniband"); in dl_mactypestr()
H A Dgld.c317 DL_IB,
1123 case DL_IB: in gld_update_kstat()
5245 (macinfo->gldm_type != DL_IB)) || in gld_set_ipq()
H A Dgldutil.c566 ASSERT(macinfo->gldm_type == DL_IB); in gld_init_ib()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h265 #define DL_IB 0x1a /* Infiniband */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c175 { DL_IB, ARPHRD_IB, -2, 20}, /* Infiniband */
H A Dip_if.c268 { DL_IB, IFT_IB, ETHERTYPE_IP, ETHERTYPE_IPV6,
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2239 case DL_IB: in mac_protect_update_mac_token()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c9641 DATALINK_CLASS_PHYS, DL_IB, flags); in do_show_ib()