Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_compat.c220 struct natlookup_4010900 nlc; local
226 (obj->ipfo_size != sizeof (nlc)))
228 error = COPYIN((caddr_t)obj->ipfo_ptr, (caddr_t)&nlc,
233 nlp->nl_inip = nlc.nlc_inip;
234 nlp->nl_outip = nlc.nlc_outip;
235 nlp->nl_inport = nlc.nlc_inport;
236 nlp->nl_outport = nlc.nlc_outport;
237 nlp->nl_flags = nlc.nlc_flags;
283 struct natlookup_4010900 nlc; local
289 (obj->ipfo_size != sizeof (nlc)))
[all …]
/titanic_44/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c444 log_context nlc; in log_new_context() local
446 nlc = memget(sizeof (struct log_context)); in log_new_context()
447 if (nlc == NULL) { in log_new_context()
451 nlc->num_categories = num_categories; in log_new_context()
452 nlc->category_names = category_names; in log_new_context()
453 nlc->categories = memget(num_categories * sizeof (log_channel_list)); in log_new_context()
454 if (nlc->categories == NULL) { in log_new_context()
455 memput(nlc, sizeof (struct log_context)); in log_new_context()
459 memset(nlc->categories, '\0', in log_new_context()
461 nlc->flags = 0U; in log_new_context()
[all …]