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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c335 static nwam_ncp_handle_t ncp_h = NULL; variable
834 if (ncp_h != NULL) {
836 nwam_ncp_free(ncp_h);
837 ncp_h = NULL;
1117 /* Check ncu_h before ncp_h, ncp_h must be loaded before ncu_h */
1120 else if (ncp_h != NULL)
1342 ret = nwam_ncp_create(newname, 0, &ncp_h);
1348 if (ncp_h == NULL) {
1355 ret = nwam_ncu_create(ncp_h, newnam
[all...]

Completed in 65 milliseconds