Home
last modified time | relevance | path

Searched refs:intfList (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c1083 struct ifi_info *intfList = get_ifi_info(AF_INET, mDNStrue); in SetupInterfaceList() local
1089 if (intfList == NULL) err = ENOENT; in SetupInterfaceList()
1094 struct ifi_info **p = &intfList; in SetupInterfaceList()
1102 struct ifi_info *i = intfList; in SetupInterfaceList()
1136 if (intfList != NULL) free_ifi_info(intfList); in SetupInterfaceList()