Home
last modified time | relevance | path

Searched refs:IFT_IB (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c69 { "ipib", IFT_IB }
232 case IFT_IB: in mac_init()
233 mac_state.mac_type = IFT_IB; in mac_init()
441 case IFT_IB: in mac_arp_type()
/illumos-gate/usr/src/uts/common/net/
H A Dif_types.h107 #define IFT_IB 0xc7 /* Infiniband */ macro
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_arp_link.c99 if (IS_LOOPBACK(ill) || ill->ill_type == IFT_IB) in ibcm_arp_check_interface()
348 if (sdl->sdl_type != IFT_IB || sdl->sdl_alen != IPOIB_ADDRL) in ibcm_check_sockdl()
H A Dibcm_arp.c400 if (lifrp->lifr_type != IFT_IB) in ibcm_arp_get_ibd_ipaddr()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_name_service.c396 ar.xarp_ha.sdl_type == IFT_IB && retries <= NS_MAX_RETRIES) { in dapls_ns_lookup_v4()
408 ar.xarp_ha.sdl_type == IFT_IB && in dapls_ns_lookup_v4()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drds_ioctl.c91 if (lifrp->lifr_type == IFT_IB) in rds_capable_interface()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetifaddrs.c174 return (IFT_IB); in dlpi_iftype()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c89 if (lifrp->lifr_type == IFT_IB) in rdsv3_capable_interface()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1000 return (IFT_IB); in dlpi_iftype()
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcib.c5244 if (lifrp->lifr_type == IFT_IB) in rpcib_rdma_capable_interface()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c268 { DL_IB, IFT_IB, ETHERTYPE_IP, ETHERTYPE_IPV6,