Searched refs:ESOCKTNOSUPPORT (Results 1 - 25 of 55) sorted by path

123

/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h21 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h76 #define ESOCKTNOSUPPORT 121 /* Socket type not supported */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h18 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h77 #define ESOCKTNOSUPPORT 94 /* Socket type not supported */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h84 #define ESOCKTNOSUPPORT 222 /* Socket type not supported */ macro
/linux-master/crypto/
H A Daf_alg.c511 return -ESOCKTNOSUPPORT;
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c598 return -ESOCKTNOSUPPORT;
754 return -ESOCKTNOSUPPORT;
/linux-master/drivers/vhost/
H A Dnet.c1407 r = -ESOCKTNOSUPPORT;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c794 [-VERR_NET_SOCKET_TYPE_NOT_SUPPORTED] = -ESOCKTNOSUPPORT,
/linux-master/lib/
H A Derrname.c151 E(ESOCKTNOSUPPORT),
/linux-master/net/9p/
H A Derror.c97 {"Socket type not supported", ESOCKTNOSUPPORT},
/linux-master/net/appletalk/
H A Dddp.c1023 int rc = -ESOCKTNOSUPPORT;
/linux-master/net/ax25/
H A Daf_ax25.c867 return -ESOCKTNOSUPPORT;
871 return -ESOCKTNOSUPPORT;
877 return -ESOCKTNOSUPPORT;
890 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/bnep/
H A Dsock.c206 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/cmtp/
H A Dsock.c208 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/
H A Dhci_sock.c2201 return -ESOCKTNOSUPPORT;
H A Diso.c875 return -ESOCKTNOSUPPORT;
H A Dl2cap_sock.c1847 return -ESOCKTNOSUPPORT;
H A Dsco.c523 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/hidp/
H A Dsock.c257 return -ESOCKTNOSUPPORT;
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c315 return -ESOCKTNOSUPPORT;

Completed in 424 milliseconds

123