Searched refs:O_T_BIND_REQ (Results 1 - 11 of 11) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libnsl/nsl/
H A Dt_bind.c70 * O_T_BIND_REQ down, is not an idempotetent operation
112 bind_reqp->PRIM_type = O_T_BIND_REQ;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dtihdr.h81 #define O_T_BIND_REQ 6 macro
313 t_scalar_t PRIM_type; /* T_BIND_REQ (or O_T_BIND_REQ) */
439 * - primitives O_T_BIND_REQ & T_BIND_REQ separately supported
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tpi.c286 tbr->PRIM_type != O_T_BIND_REQ);
289 tbr->PRIM_type != O_T_BIND_REQ);
H A Dtcp_output.c936 case O_T_BIND_REQ: /* bind request */
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c505 * since RDS socket is of type AF_INET_OFFLOAD a O_T_BIND_REQ
506 * will be sent down. Treat O_T_BIND_REQ as T_BIND_REQ
636 case O_T_BIND_REQ:
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtimod.c922 ((tp->tim_saved_prim != O_T_BIND_REQ) &&
2874 case O_T_BIND_REQ:
H A Dtl.c250 * 1) It treats O_T_BIND_REQ as T_BIND_REQ and refuses bind if an explicit bind
1794 case O_T_BIND_REQ:
2321 * Process T_BIND_REQ and O_T_BIND_REQ from serializer.
2337 * Process T_BIND_REQ and O_T_BIND_REQ TPI requests.
2373 ASSERT((bind->PRIM_type == O_T_BIND_REQ) ||
2402 ASSERT(bind->PRIM_type == O_T_BIND_REQ);
2513 * Violate O_T_BIND_REQ semantics and fail with
2570 * O_T_BIND_REQ semantics say if address if requested
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Drts.c425 * O_T_BIND_REQ/T_BIND_REQ message passed to
427 * O_T_BIND_REQ and T_BIND_REQ semantics.
997 case O_T_BIND_REQ:
H A Dicmp.c284 * This routine is called to handle each O_T_BIND_REQ/T_BIND_REQ message
4701 case O_T_BIND_REQ:
/opensolaris-onvv-gate/usr/src/uts/common/inet/udp/
H A Dudp.c462 * This routine is called to handle each O_T_BIND_REQ/T_BIND_REQ message
590 tbr->PRIM_type != O_T_BIND_REQ);
4068 case O_T_BIND_REQ:
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c125 * TCP can handle a O_T_BIND_REQ with an increased backlog even though
128 * O_T_BIND_REQ.
137 * TCP can handle a T_CONN_REQ without seeing a O_T_BIND_REQ.
579 * Used for TCP/UDP transports where we know that the O_T_BIND_REQ isn't
636 t_scalar_t PRIM_type = O_T_BIND_REQ;
1020 * set SS_ACCEPTCONN before sending down O_T_BIND_REQ since
1065 * for other transports we will send in a O_T_BIND_REQ.
1154 * down a T_BIND_REQ. We use O_T_BIND_REQ for others.
1162 * Given the definition of O_T_BIND_REQ, where the
1184 * (T_BIND_REQ) in preference to O_T_BIND_REQ woul
[all...]

Completed in 194 milliseconds