Home
last modified time | relevance | path

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

/dports/dns/dhisd/dhisd-5.5/
H A Dnetwork.c64 case(R4_AUTH_REQ): return(sizeof(r4_auth_req_t)); in msg_size_by_opcode()
185 case(R4_AUTH_REQ): { r4_auth_req_t *p2; p2=(r4_auth_req_t *)p; in convert_message()
570 r4_auth_req_t *mp; in net_do_dgram()
571 mp=(r4_auth_req_t *)&msg; in net_do_dgram()
H A Dnetwork.h56 typedef struct { header4_t hdr; int id; char pass[16]; } r4_auth_req_t; typedef