Home
last modified time | relevance | path

Searched refs:R3_ONLINE_REQ (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dhisd/dhisd-5.5/
H A Ddhisd.h76 #define R3_ONLINE_REQ 0x00000311 macro
H A Dnetwork.c73 case(R3_ONLINE_REQ): return(sizeof(r3_online_req_t)); in msg_size_by_opcode()
223 case(R3_ONLINE_REQ): { r3_online_req_t *p2; p2=(r3_online_req_t *)p; in convert_message()
394 if(msg.hdr.opcode!=R3_ONLINE_REQ && msg.hdr.opcode!=R3_OFFLINE_REQ) { in net_do_dgram()
415 if(msg.hdr.opcode==R3_ONLINE_REQ) { in net_do_dgram()