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

/netbsd-current/external/mpl/bind/dist/lib/ns/
H A Dclient.c974 char nsid[_POSIX_HOST_NAME_MAX + 1], *nsidp = NULL; local
1005 nsidp = client->sctx->server_id;
1011 nsidp = nsid;
1018 ednsopts[count].length = (uint16_t)strlen(nsidp);
1019 ednsopts[count].value = (unsigned char *)nsidp;

Completed in 139 milliseconds