Searched refs:NameInfoResponse (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-resolve/
H A Dsd-resolve.c157 typedef struct NameInfoResponse { struct
163 } NameInfoResponse; typedef in typeref:struct:NameInfoResponse
170 NameInfoResponse nameinfo_response;
291 NameInfoResponse resp = {
308 resp.header.length = sizeof(NameInfoResponse) + hl + sl;
312 iov[0] = (struct iovec) { .iov_base = &resp, .iov_len = sizeof(NameInfoResponse) };
811 const NameInfoResponse *ni_resp = &packet->nameinfo_response;
813 assert(length >= sizeof(NameInfoResponse));
821 q->host = strndup((const char*) ni_resp + sizeof(NameInfoResponse), ni_resp->hostlen-1);
830 q->serv = strndup((const char*) ni_resp + sizeof(NameInfoResponse)
[all...]

Completed in 309 milliseconds