Home
last modified time | relevance | path

Searched refs:AXA_P_OP_HELLO (Results 1 – 10 of 10) sorted by relevance

/dports/net/axa/axa-2.2.0/sratunnel/
H A Dforward.c140 case AXA_P_OP_HELLO: in forward()
H A Dserver.c111 case AXA_P_OP_HELLO: in srvr_wait_resp()
/dports/net/axa/axa-2.2.0/sratool/
H A Dserver.c108 case AXA_P_OP_HELLO: in read_srvr()
/dports/net/axa/axa-2.2.0/
H A Djson-schema.yaml138AXA_P_OP_HELLO announcing the protocol versions that the server understands, a version string, and…
H A DREADME.md582 The AXA client starts by waiting for an `AXA_P_OP_HELLO` message from the server. Over a local stre…
621 | `AXA_P_OP_HELLO` | 1 | SERVER | NO | helps the client choose a compatible AXA pr…
/dports/net/axa/axa-2.2.0/axalib/
H A Dclient.c734 AXA_P_OP_HELLO)); in axa_client_hello()
786 axa_client_send(emsg, client, AXA_TAG_NONE, AXA_P_OP_HELLO, &hdr, in axa_client_hello()
H A Dwire.c314 case AXA_P_OP_HELLO: strlcpy(buf, "HELLO", buflen); break; in axa_op_to_str()
817 case AXA_P_OP_HELLO: in axa_p_to_str()
1040 case AXA_P_OP_HELLO: in axa_ck_hdr()
1552 case AXA_P_OP_HELLO: in axa_ck_body()
H A Djson.c498 case AXA_P_OP_HELLO: in axa_body_to_json()
/dports/net/axa/axa-2.2.0/axa/
H A Dprotocol.h225 AXA_P_OP_HELLO =1, /**< axa_p_hello_t */ enumerator
/dports/net/axa/axa-2.2.0/tests/
H A Dtest-json.c81 …A_H2P32(sizeof(axa_p_hdr_t) + watch_len), AXA_H2P_TAG(AXA_TAG_NONE), AXA_P_PVERS, AXA_P_OP_HELLO }; in START_TEST()
97 …A_H2P32(sizeof(axa_p_hdr_t) + watch_len), AXA_H2P_TAG(AXA_TAG_NONE), AXA_P_PVERS, AXA_P_OP_HELLO }; in START_TEST()
108 truncated_test(AXA_P_OP_HELLO, axa_p_hello_t, offsetof(axa_p_hello_t, str) - 1); in START_TEST()