Searched refs:ifinst (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 2263 * any error. It fills in the interface name in `ifinst' if the interface 2264 * is not already configured. Otherwise, it puts a null string in `ifinst'. 2267 if_configure_get_linkid(datalink_id_t linkid, char *ifinst, size_t len) argument 2283 *ifinst = '\0'; 2288 if (dladm_datalink_id2info(dld_handle, linkid, NULL, NULL, NULL, ifinst, 2306 char ifinst[MAXLINKNAMELEN]; local 2313 if (if_configure_get_linkid(linkid, ifinst, sizeof (ifinst)) != 0) 2317 if (ifinst[0] == '\0') 2324 (void) snprintf(cfgfile, MAXPATHLEN, CFGFILE_FMT_IPV4, ifinst); 2374 char ifinst[MAXLINKNAMELEN]; local 2511 if_config_inst(const char *ifinst, FILE *hfp, int af, boolean_t ipmp) argument 2722 ifconfig(const char *ifinst, const char *fstr, const char *buf, boolean_t stdif) argument [all...] |
Completed in 47 milliseconds