Searched refs:AXA_P_OP_HELLO (Results 1 – 10 of 10) sorted by relevance
/dports/net/axa/axa-2.2.0/sratunnel/ |
H A D | forward.c | 140 case AXA_P_OP_HELLO: in forward()
|
H A D | server.c | 111 case AXA_P_OP_HELLO: in srvr_wait_resp()
|
/dports/net/axa/axa-2.2.0/sratool/ |
H A D | server.c | 108 case AXA_P_OP_HELLO: in read_srvr()
|
/dports/net/axa/axa-2.2.0/ |
H A D | json-schema.yaml | 138 …AXA_P_OP_HELLO announcing the protocol versions that the server understands, a version string, and…
|
H A D | README.md | 582 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 D | client.c | 734 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 D | wire.c | 314 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 D | json.c | 498 case AXA_P_OP_HELLO: in axa_body_to_json()
|
/dports/net/axa/axa-2.2.0/axa/ |
H A D | protocol.h | 225 AXA_P_OP_HELLO =1, /**< axa_p_hello_t */ enumerator
|
/dports/net/axa/axa-2.2.0/tests/ |
H A D | test-json.c | 81 …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()
|