Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libpcp/common/
H A Dpcp_utils.h39 GLVC_NON_STREAM, enumerator
H A Dlibpcp.c170 static pcp_xport_t xport_type = GLVC_NON_STREAM;
234 case GLVC_NON_STREAM: in pcp_init()
287 if (xport_type == GLVC_NON_STREAM) in pcp_close()
702 if (xport_type == GLVC_NON_STREAM) { in pcp_write()
778 if (xport_type == GLVC_NON_STREAM) { in pcp_read()
1007 if (xport_type == GLVC_NON_STREAM) in pcp_recv_resp_msg_hdr()
H A Dpcp_utils.c350 *type = GLVC_NON_STREAM; in platsvc_name_to_path()