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

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c722 char *ifnames, *ifnames_head; local
728 ifnames_head = ifnames = strdup(ifn);
729 if (ifnames == NULL)
740 ifnames = strtok(ifnames, " ");
741 if (ifnames == NULL)
742 ifnames = "";
744 for (; ifnames != NULL; ifnames = strtok(NULL, " ")) {
746 (void) strlcpy(request->ifname, ifnames, LIFNAMSI
791 char *ifnames; local
853 char *ifnames, *ifnames_copy, *ifnames_head; local
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_nic.c69 " ifnames TEXT" \
805 const char *ifnames; local
811 ifnames = (const char *)sqlite3_column_text(vm, SMB_NIC_HTBL_IFS);
813 if ((host == NULL) || (ifnames == NULL) || (*ifnames == '\0')) {
819 for (if_num = 1; *ifnames != '\0'; ifnames++)
820 if (*ifnames == ',')
829 ifnames = (const char *)sqlite3_column_text(vm, SMB_NIC_HTBL_IFS);
830 while ((ifname = strchr(ifnames, ',')) !
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_if.c183 i_ipadm_ifname_in_list(list_t *ifnames, const char *ifname) argument
187 ifp = list_head(ifnames);
188 for (; ifp != NULL; ifp = list_next(ifnames, ifp))

Completed in 34 milliseconds