Searched refs:EPROTO (Results 1 - 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/sys/
H A Dticlts.h44 #define TCL_PEERBADSTATE EPROTO /* peer in wrong state */
H A Derrno.h134 #define EPROTO 71 /* Protocol error */ macro
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c132 return (EPROTO);
139 error = EPROTO;
144 error = EPROTO;
155 error = EPROTO;
172 EPROTO, /* TOUTSTATE */
173 EPROTO, /* TBADSEQ */
175 EPROTO, /* TLOOK - should never be sent by transport */
178 EPROTO, /* TFLOW */
180 EPROTO, /* TNODIS */
181 EPROTO, /* TNOUDER
[all...]
H A Dt_kgtstate.c106 return (EPROTO);
138 error = EPROTO;
H A Dt_kconnect.c139 return (EPROTO);
165 return (EPROTO);
182 error = EPROTO;
227 error = EPROTO;
H A Dt_krcvudat.c129 error = EPROTO;
205 error = EPROTO;
244 error = EPROTO;
286 error = EPROTO;
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c239 EPROTO, /* TOUTSTATE */
242 EPROTO, /* TLOOK - should never be sent by transport */
245 EPROTO, /* TFLOW */
247 EPROTO, /* TNODIS */
248 EPROTO, /* TNOUDERR */
250 EPROTO, /* TNOREL */
252 EPROTO, /* TSTATECHNG */
254 EPROTO, /* TNOSTRUCTYPE - never sent by transport */
255 EPROTO, /* TBADNAME - never sent by transport */
256 EPROTO, /* TBADQLE
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_hdrs.c270 return (EPROTO);
274 return (EPROTO);
279 return (EPROTO);
284 return (EPROTO);
288 return (EPROTO);
296 return (EPROTO);
302 return (EPROTO);
306 return (EPROTO);
314 return (EPROTO);
517 return (EPROTO);
[all...]
H A Dsip_hdrs_ui.c55 *error = EPROTO;
116 *error = EPROTO;
143 *error = EPROTO;
167 *error = EPROTO;
238 *error = EPROTO;
245 *error = EPROTO;
275 *error = EPROTO;
282 *error = EPROTO;
330 *error = EPROTO;
337 *error = EPROTO;
[all...]
H A Dsip_parse_generic.c266 return (EPROTO);
307 return (EPROTO);
321 return (EPROTO);
324 return (EPROTO);
430 return (EPROTO);
629 if (ret == EPROTO) {
1030 return (EPROTO);
1077 return (EPROTO);
1101 return (EPROTO);
1186 return (EPROTO);
[all...]
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c73 errno = EPROTO;
155 case EPROTO:
161 case EPROTO:
253 return (fmd_adm_set_errno(ap, EPROTO));
312 return (fmd_adm_set_errno(ap, EPROTO));
365 return (fmd_adm_set_errno(ap, EPROTO));
386 return (fmd_adm_set_errno(ap, EPROTO));
407 return (fmd_adm_set_errno(ap, EPROTO));
428 return (fmd_adm_set_errno(ap, EPROTO));
450 return (fmd_adm_set_errno(ap, EPROTO));
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcv.c202 errno = EPROTO;
229 errno = EPROTO;
260 errno = EPROTO;
325 errno = EPROTO;
340 errno = EPROTO;
H A Dt_rcvv.c217 errno = EPROTO;
244 errno = EPROTO;
278 errno = EPROTO;
343 errno = EPROTO;
358 errno = EPROTO;
H A Dt_rcvudata.c143 errno = EPROTO;
160 errno = EPROTO;
225 errno = EPROTO;
H A Dt_sndudata.c93 errno = EPROTO;
132 errno = EPROTO;
146 errno = EPROTO;
H A Dt_look.c215 errno = EPROTO;
247 errno = EPROTO;
H A Dt_rcvrel.c179 errno = EPROTO;
202 errno = EPROTO;
H A Dt_rcvreldata.c181 errno = EPROTO;
204 errno = EPROTO;
H A Dt_sndvudata.c133 errno = EPROTO;
147 errno = EPROTO;
H A D_conn_util.c222 errno = EPROTO;
238 errno = EPROTO;
315 errno = EPROTO;
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h119 #define EPROTO 71 /* Protocol error */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h174 #define EPROTO 92 /* Protocol error */ macro
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dconnect.c108 return (EPROTO);
113 return (EPROTO);
198 err = EPROTO;
259 err = EPROTO;
H A Dnb_ssn.c106 err = EPROTO;
171 return (EPROTO);
237 return (EPROTO);
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java389 * EPROTO.
391 public static final int EPROTO = 71; field in class:PoolsException

Completed in 187 milliseconds

12345