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

/freebsd-9.3-release/sys/sys/
H A Derrno.h105 #define ESOCKTNOSUPPORT 44 /* Socket type not supported */ macro
/freebsd-9.3-release/cddl/lib/libdtrace/
H A Derrno.d119 inline int ESOCKTNOSUPPORT = 44;
120 #pragma D binding "1.0" ESOCKTNOSUPPORT
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h215 #define ESOCKTNOSUPPORT WSAESOCKTNOSUPPORT macro
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dstrerror.c355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrerror.c358 #if defined (ESOCKTNOSUPPORT)
359 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dstrerror.c355 #if defined (ESOCKTNOSUPPORT)
356 ENTRY(ESOCKTNOSUPPORT, "ESOCKTNOSUPPORT", "Socket type not supported"),
/freebsd-9.3-release/sys/fs/portalfs/
H A Dportal_vfsops.c130 return (ESOCKTNOSUPPORT);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c577 errno = ESOCKTNOSUPPORT;
618 errno = ESOCKTNOSUPPORT;
1409 errno = ESOCKTNOSUPPORT;
1434 errno = ESOCKTNOSUPPORT;
1447 errno = ESOCKTNOSUPPORT;
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_errno.c425 { BSM_ERRNO_ESOCKTNOSUPPORT, ESOCKTNOSUPPORT,
/freebsd-9.3-release/sys/security/audit/
H A Daudit_bsm_errno.c427 { BSM_ERRNO_ESOCKTNOSUPPORT, ESOCKTNOSUPPORT,
/freebsd-9.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c1210 #ifdef ESOCKTNOSUPPORT
1211 case ESOCKTNOSUPPORT:
1212 return ("ESOCKTNOSUPPORT");
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap_raw.c611 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_hci_raw.c906 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_sco.c1210 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_l2cap.c1919 return (ESOCKTNOSUPPORT);
H A Dng_btsocket_rfcomm.c391 return (ESOCKTNOSUPPORT);

Completed in 217 milliseconds