Searched refs:ESOCKTNOSUPPORT (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d120 inline int ESOCKTNOSUPPORT = 44;
121 #pragma D binding "1.0" ESOCKTNOSUPPORT
290 errno == ESOCKTNOSUPPORT ? "Socket type not supported" :
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h215 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c95 ENTRY(ESOCKTNOSUPPORT),
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c575 errno = ESOCKTNOSUPPORT;
616 errno = ESOCKTNOSUPPORT;
1407 errno = ESOCKTNOSUPPORT;
1432 errno = ESOCKTNOSUPPORT;
1445 errno = ESOCKTNOSUPPORT;
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c423 { BSM_ERRNO_ESOCKTNOSUPPORT, ESOCKTNOSUPPORT,
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c425 { BSM_ERRNO_ESOCKTNOSUPPORT, ESOCKTNOSUPPORT,
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1293 #ifdef ESOCKTNOSUPPORT
1294 case ESOCKTNOSUPPORT:
1295 return ("ESOCKTNOSUPPORT");
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c618 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_hci_raw.c916 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_sco.c1214 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_l2cap.c2013 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_rfcomm.c396 return (ESOCKTNOSUPPORT);

Completed in 290 milliseconds