HomeSort by relevance Sort by last modified time
    Searched refs:pif_hold_count (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
interface.h 65 uint_t pif_hold_count; /* reference count */ member in struct:dhcp_pif_s
interface.c 90 pif->pif_hold_count = 1;
265 pif->pif_hold_count++;
267 pif->pif_hold_count);
281 if (pif->pif_hold_count == 0) {
286 if (--pif->pif_hold_count == 0) {
295 pif->pif_name, pif->pif_hold_count);
    [all...]

Completed in 5279 milliseconds