Home
last modified time | relevance | path

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

/external/strace/xlat/
Daddrfams.h195 #if defined(AF_IB) || (defined(HAVE_DECL_AF_IB) && HAVE_DECL_AF_IB)
197 static_assert((AF_IB) == (27), "AF_IB != 27");
200 # define AF_IB 27
354 [AF_IB] = XLAT(AF_IB),
Daddrfams.in29 AF_IB 27
/external/syzkaller/sys/linux/
Drdma_cm_386.const2 AF_IB = 27
Drdma_cm_arm64.const2 AF_IB = 27
Drdma_cm_amd64.const2 AF_IB = 27
Drdma_cm_ppc64le.const2 AF_IB = 27
Drdma_cm_arm.const2 AF_IB = 27
Drdma_cm.txt254 sib_family const[AF_IB, int16]
Dsocket.txt51 # TODO: add AF_APPLETALK, AF_ATMPVC, AF_X25, AF_ROSE, AF_DECnet, AF_ATMSVC, AF_IRDA, AF_IB, AF_TIPC…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go27 AF_IB = 0x1b const
Dzerrors_linux_mips64le.go32 AF_IB = 0x1b const
Dzerrors_linux_ppc64.go32 AF_IB = 0x1b const
Dzerrors_linux_arm.go32 AF_IB = 0x1b const
Dzerrors_linux_mips64.go32 AF_IB = 0x1b const
Dzerrors_linux_ppc64le.go32 AF_IB = 0x1b const
Dzerrors_linux_arm64.go32 AF_IB = 0x1b const
Dzerrors_linux_386.go32 AF_IB = 0x1b const
Dzerrors_linux_mips.go32 AF_IB = 0x1b const
Dzerrors_linux_s390x.go32 AF_IB = 0x1b const
Dzerrors_linux_mipsle.go32 AF_IB = 0x1b const
Dzerrors_linux_amd64.go32 AF_IB = 0x1b const
/external/strace/
DChangeLog36220 * xlat/addrfams.in: Add AF_IB and AF_MPLS.