Home
last modified time | relevance | path

Searched refs:nh_netid (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c1160 ASSERT(hostp->nh_netid != NULL); in nlm_host_destroy()
1164 strfree(hostp->nh_netid); in nlm_host_destroy()
1335 host->nh_netid = strdup(netid); in nlm_host_create()
1542 res = strcmp(h1->nh_netid, h2->nh_netid); in nlm_host_cmp()
1563 key.nh_netid = (char *)netid; in nlm_host_find_locked()
H A Dnlm_impl.h356 char *nh_netid; /* (c) */ member