Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c911 mDNSlocal AuthRecord *read_rr_from_ipc_msg(char *msgbuf, int ttl, int validate_flags);
2844 rr = read_rr_from_ipc_msg(rstate->msgdata, 1, 1); in handle_regrecord_request()
3149 AuthRecord *rr = read_rr_from_ipc_msg(rstate->msgdata, 0, 0); in handle_reconfirm_request()
3180 mDNSlocal AuthRecord *read_rr_from_ipc_msg(char *msgbuf, int GetTTL, int validate_flags) in read_rr_from_ipc_msg() function