Home
last modified time | relevance | path

Searched refs:SG_LEN (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h19 #define SG_LEN(SG) ((SG)->len + 0) macro
136 #define SG_LEN(SG) ((SG)->iov_len + 0) macro
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c825 dprint("sending %d bytes on fd %d\n", SG_LEN(sg), state->fd); in start_connection()
826 ret = send(state->fd, SG_BUF(sg), SG_LEN(sg), 0); in start_connection()
827 if (ret != SG_LEN(sg)) { in start_connection()
905 dprint("sending %d bytes on fd %d\n", SG_LEN(sg), conn->fd); in maybe_send()
906 if (send(conn->fd, SG_BUF(sg), SG_LEN(sg), 0) != SG_LEN(sg)) { in maybe_send()
1030 ((conn->x.out.sg_count == 2 ? SG_LEN(&conn->x.out.sgp[1]) : 0) in service_tcp_fd()
1032 + SG_LEN(&conn->x.out.sgp[0])), in service_tcp_fd()
1046 if (nwritten < SG_LEN(sgp)) { in service_tcp_fd()
1051 nwritten -= SG_LEN(conn->x.out.sgp); in service_tcp_fd()
/titanic_50/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c961 if (nwrote < SG_LEN(sgp)) { in process_tcp_connection()
965 nwrote -= SG_LEN(sgp); in process_tcp_connection()