Searched refs:SG_SET (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | port-sockets.h | 21 #define SG_SET(SG, B, N) ((SG)->buf = (char *)(B),(SG)->len = (N)) macro 138 #define SG_SET(SG, B, L) ((SG)->iov_base = (char*)(B), (SG)->iov_len = (L)) macro
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | sendto_kdc.c | 666 SG_SET(&state->x.out.sgbuf[0], state->x.out.msg_len_buf, 4); in set_conn_state_msg_length() 667 SG_SET(&state->x.out.sgbuf[1], message->data, message->length); in set_conn_state_msg_length() 672 SG_SET(&state->x.out.sgbuf[0], message->data, message->length); in set_conn_state_msg_length() 673 SG_SET(&state->x.out.sgbuf[1], 0, 0); in set_conn_state_msg_length() 690 SG_SET(&state->x.out.sgbuf[1], 0, 0); in setup_connection()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 882 SG_SET(&newconn->u.tcp.sgbuf[0], newconn->u.tcp.lenbuf, 4); in accept_tcp_connection() 883 SG_SET(&newconn->u.tcp.sgbuf[1], 0, 0); in accept_tcp_connection() 1056 SG_SET(&conn->u.tcp.sgbuf[1], conn->u.tcp.response->data, in process_tcp_connection()
|