Searched refs:sgbuf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | cm.h | 66 sg_buf sgbuf[2]; member
|
/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() 687 state->x.out.sgp = state->x.out.sgbuf; in setup_connection() 690 SG_SET(&state->x.out.sgbuf[1], 0, 0); in setup_connection() 822 sg_buf *sg = &state->x.out.sgbuf[0]; in start_connection() 903 sg = &conn->x.out.sgbuf[0]; in maybe_send()
|
/titanic_50/usr/src/cmd/krb5/krb5kdc/ |
H A D | network.c | 182 sg_buf sgbuf[2]; member 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() 1058 conn->u.tcp.sgp = conn->u.tcp.sgbuf; in process_tcp_connection()
|