HomeSort by: relevance | last modified time | path
    Searched defs:client_resources (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 79 unsigned client_resources; member in struct:reply_state
1828 reply.client_resources = 0;
1846 reply.client_resources = 0;
1867 reply.client_resources = 0;
2149 if ((status != ISC_R_CANCELED) && (reply->client_resources == 0)) {
2718 * If client_resources is nonzero, then the reply_process_is_addressed
2723 if (reply->client_resources != 0) {
2754 if (reply->client_resources >= limit)
2975 reply->client_resources = 0;
2985 if (reply->client_resources != 0
    [all...]

Completed in 15 milliseconds