Home
last modified time | relevance | path

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

/dports/dns/dhisd/dhisd-5.5/
H A Dnetwork.c53 case(AUTH_ACK): return(sizeof(auth_ack_t)); in msg_size_by_opcode()
148 case(AUTH_ACK): { auth_ack_t *p2; p2=(auth_ack_t *)p; in convert_message()
790 auth_ack_t m; in net_do_dgram()
861 auth_ack_t m; in net_do_dgram()
H A Dnetwork.h70 typedef struct { header_t hdr; int sid; } auth_ack_t; typedef