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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c221 struct natlookup_4010900 nlc; local
227 (obj->ipfo_size != sizeof (nlc)))
229 error = COPYIN((caddr_t)obj->ipfo_ptr, (caddr_t)&nlc,
234 nlp->nl_inip = nlc.nlc_inip;
235 nlp->nl_outip = nlc.nlc_outip;
236 nlp->nl_inport = nlc.nlc_inport;
237 nlp->nl_outport = nlc.nlc_outport;
238 nlp->nl_flags = nlc.nlc_flags;
284 struct natlookup_4010900 nlc; local
290 (obj->ipfo_size != sizeof (nlc)))
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c444 log_context nlc; local
446 nlc = memget(sizeof (struct log_context));
447 if (nlc == NULL) {
451 nlc->num_categories = num_categories;
452 nlc->category_names = category_names;
453 nlc->categories = memget(num_categories * sizeof (log_channel_list));
454 if (nlc->categories == NULL) {
455 memput(nlc, sizeof (struct log_context));
459 memset(nlc->categories, '\0',
461 nlc
[all...]

Completed in 47 milliseconds