Searched defs:channel_fd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c63 * int pcp_send_recv(int channel_fd, pcp_msg_t *req_msg, pcp_msg_t *resp_msg,
65 * int pcp_close(int channel_fd);
76 static int pcp_get_prop(int channel_fd, int prop, unsigned int *val);
85 static int pcp_cleanup(int channel_fd);
191 int channel_fd; local
212 if ((channel_fd = open(dev_path, O_RDWR|O_EXCL)) < 0) {
229 if (ioctl(channel_fd, VLDC_IOCTL_OPT_OP, &op) != 0) {
230 (void) close(channel_fd);
240 if (pcp_get_prop(channel_fd, GLVC_XPORT_OPT_MTU_SZ,
242 (void) close(channel_fd);
283 pcp_close(int channel_fd) argument
350 pcp_send_recv(int channel_fd, pcp_msg_t *req_msg, pcp_msg_t *resp_msg, uint32_t timeout) argument
543 pcp_get_prop(int channel_fd, int prop, unsigned int *val) argument
1314 pcp_cleanup(int channel_fd) argument
[all...]

Completed in 17 milliseconds