Searched refs:MSG_MAXIOVLEN (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/aix5.2.0.0/
H A Dsysconf.h147 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
151 #ifndef MSG_MAXIOVLEN
152 #define MSG_MAXIOVLEN UIO_MAXIOV macro
153 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/darwin/
H A Dsysconf.h151 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
155 #ifndef MSG_MAXIOVLEN
156 #define MSG_MAXIOVLEN 1024 macro
157 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/freebsd6.0/
H A Dsysconf.h152 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
156 #ifndef MSG_MAXIOVLEN
157 #define MSG_MAXIOVLEN 1024 macro
158 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/hpux11.11/
H A Dsysconf.h147 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
151 #ifndef MSG_MAXIOVLEN
152 #define MSG_MAXIOVLEN UIO_MAXIOV macro
153 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/linux-gnu/
H A Dsysconf.h148 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
152 #ifndef MSG_MAXIOVLEN
153 #define MSG_MAXIOVLEN UIO_MAXIOV macro
154 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/solaris2.10/
H A Dsysconf.h149 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
153 #ifndef MSG_MAXIOVLEN
154 #define MSG_MAXIOVLEN UIO_MAXIOV macro
155 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/solaris2.8/
H A Dsysconf.h149 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
153 #ifndef MSG_MAXIOVLEN
154 #define MSG_MAXIOVLEN UIO_MAXIOV macro
155 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/include/solaris2.9/
H A Dsysconf.h148 /* if SOCKADDR_LEN isn't defined MSG_MAXIOVLEN will not be defined in
152 #ifndef MSG_MAXIOVLEN
153 #define MSG_MAXIOVLEN UIO_MAXIOV macro
154 #endif /* MSG_MAXIOVLEN */
/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomsoc.h122 #define RPC_C_MAX_IOVEC_LEN ( MSG_MAXIOVLEN - 1)

Completed in 218 milliseconds