Searched defs:ksock_proto (Results 1 – 1 of 1) sorted by relevance
438 typedef struct ksock_proto { struct440 int pro_version;443 int (*pro_send_hello)(ksock_conn_t *, ksock_hello_msg_t *);446 int (*pro_recv_hello)(ksock_conn_t *, ksock_hello_msg_t *, int);472 } ksock_proto_t; argument