Searched defs:hello (Results 1 – 5 of 5) sorted by relevance
453 ksocknal_send_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v1()527 ksocknal_send_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello) in ksocknal_send_hello_v2()569 ksocknal_recv_hello_v1(ksock_conn_t *conn, ksock_hello_msg_t *hello, in ksocknal_recv_hello_v1()645 ksocknal_recv_hello_v2(ksock_conn_t *conn, ksock_hello_msg_t *hello, int timeout) in ksocknal_recv_hello_v2()
1605 ksocknal_parse_proto_version (ksock_hello_msg_t *hello) in ksocknal_parse_proto_version()1648 lnet_nid_t peer_nid, ksock_hello_msg_t *hello) in ksocknal_send_hello()1686 ksock_hello_msg_t *hello, lnet_process_id_t *peerid, in ksocknal_recv_hello()
1021 ksock_hello_msg_t *hello; in ksocknal_create_conn() local
76 struct { unsigned char buf[6]; } hello = { "hello" }; in testfunc() local
184 lnet_hello_t hello; member