Searched defs:entnetid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c330 char *entnetid; /* netid for the current entry */ local
345 if ((entnetid = gettoken(linep, FALSE)) == NULL) {
349 if (netid && (strcmp(netid, entnetid) != 0)) {
350 free(entnetid);
355 free(entnetid);
361 netconfigp->nc_netid = entnetid;

Completed in 45 milliseconds