Home
last modified time | relevance | path

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

/dports/net/axa/axa-2.2.0/tests/
H A Dtest-json.c27 case AXA_P_OP_WATCH: \
54 case AXA_P_OP_WATCH: \
369 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
388 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
401 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
423 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
444 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
461 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
477 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
493 axa_p_hdr_t hdr = { AXA_H2P32(sizeof(axa_p_hdr_t) + watch_len), 1, AXA_P_PVERS, AXA_P_OP_WATCH }; in START_TEST()
[all …]
/dports/net/axa/axa-2.2.0/sratunnel/
H A Dserver.c176 case AXA_P_OP_WATCH: in srvr_wait_resp()
328 if (!srvr_cmd(cur_tag, AXA_P_OP_WATCH, &watch, watch_len, in srvr_connect()
H A Dforward.c155 case AXA_P_OP_WATCH: in forward()
/dports/net/axa/axa-2.2.0/sratool/
H A Dserver.c216 case AXA_P_OP_WATCH: in read_srvr()
H A Dcmd.c1464 return (srvr_send(tag, AXA_P_OP_WATCH, &watch, watch_len)); in sra_watch_cmd()
1485 return (srvr_send(tag, AXA_P_OP_WATCH, &watch, watch_len)); in rad_watch_cmd()
/dports/net/axa/axa-2.2.0/axa/
H A Dprotocol.h244 AXA_P_OP_WATCH =133, /**< axa_p_watch_t */ enumerator
/dports/net/axa/axa-2.2.0/axalib/
H A Dwire.c330 case AXA_P_OP_WATCH: strlcpy(buf, "WATCH", buflen); break; in axa_op_to_str()
851 case AXA_P_OP_WATCH: in axa_p_to_str()
1112 case AXA_P_OP_WATCH: in axa_ck_hdr()
1587 case AXA_P_OP_WATCH: in axa_ck_body()
H A Djson.c424 case AXA_P_OP_WATCH: in axa_body_to_json()
571 case AXA_P_OP_WATCH: in axa_body_to_json()
/dports/net/axa/axa-2.2.0/
H A DREADME.md634 | `AXA_P_OP_WATCH` | 133 | CLIENT | NO | specify interesting packets or NMSG message…