Lines Matching defs:ni_resp
811 const NameInfoResponse *ni_resp = &packet->nameinfo_response;
816 q->ret = ni_resp->ret;
817 q->_errno = ni_resp->_errno;
818 q->_h_errno = ni_resp->_h_errno;
820 if (ni_resp->hostlen > 0) {
821 q->host = strndup((const char*) ni_resp + sizeof(NameInfoResponse), ni_resp->hostlen-1);
829 if (ni_resp->servlen > 0) {
830 q->serv = strndup((const char*) ni_resp + sizeof(NameInfoResponse) + ni_resp->hostlen, ni_resp->servlen-1);