Home
last modified time | relevance | path

Searched refs:AXA_P_OP_CHANNEL (Results 1 – 9 of 9) sorted by relevance

/dports/net/axa/axa-2.2.0/sratunnel/
H A Dserver.c182 case AXA_P_OP_CHANNEL: in srvr_wait_resp()
347 if (!srvr_cmd(AXA_TAG_MIN, AXA_P_OP_CHANNEL, in srvr_connect()
H A Dforward.c161 case AXA_P_OP_CHANNEL: in forward()
/dports/net/axa/axa-2.2.0/sratool/
H A Dserver.c222 case AXA_P_OP_CHANNEL: in read_srvr()
H A Dcmd.c1550 return (srvr_send(tag, AXA_P_OP_CHANNEL, &channel, sizeof(channel))); in channel_on_off()
/dports/net/axa/axa-2.2.0/axa/
H A Dprotocol.h250 AXA_P_OP_CHANNEL =139, /**< axa_p_channel_t */ enumerator
/dports/net/axa/axa-2.2.0/tests/
H A Dtest-json.c581 …r = { AXA_H2P32(sizeof(axa_p_hdr_t) + sizeof(axa_p_channel_t)), 1, AXA_P_PVERS, AXA_P_OP_CHANNEL }; in START_TEST()
595 …r = { AXA_H2P32(sizeof(axa_p_hdr_t) + sizeof(axa_p_channel_t)), 1, AXA_P_PVERS, AXA_P_OP_CHANNEL }; in START_TEST()
609 …r = { AXA_H2P32(sizeof(axa_p_hdr_t) + sizeof(axa_p_channel_t)), 1, AXA_P_PVERS, AXA_P_OP_CHANNEL }; in START_TEST()
621 truncated_test(AXA_P_OP_CHANNEL, axa_p_channel_t, sizeof(axa_p_channel_t) - 1); in START_TEST()
/dports/net/axa/axa-2.2.0/axalib/
H A Dwire.c336 case AXA_P_OP_CHANNEL: strlcpy(buf, "CHANNEL ON/OFF", buflen); break; in axa_op_to_str()
863 case AXA_P_OP_CHANNEL: in axa_p_to_str()
1144 case AXA_P_OP_CHANNEL: in axa_ck_hdr()
1597 case AXA_P_OP_CHANNEL: in axa_ck_body()
H A Djson.c428 case AXA_P_OP_CHANNEL: in axa_body_to_json()
582 case AXA_P_OP_CHANNEL: in axa_body_to_json()
/dports/net/axa/axa-2.2.0/
H A DREADME.md640 | `AXA_P_OP_CHANNEL` | 139 | CLIENT (SRA) | NO | tell the SRA server to enable or disable on…