Searched refs:IFRSIZE (Results 1 – 1 of 1) sorted by relevance
57 #define IFRSIZE ((int)(size * sizeof (struct ifreq))) macro2677 ifc.ifc_len = IFRSIZE; in LocalHostAddress()2684 if (NULL == (ifc.ifc_req = (ifreq*)realloc(ifc.ifc_req, IFRSIZE))) { in LocalHostAddress()2688 ifc.ifc_len = IFRSIZE; in LocalHostAddress()2695 } while (IFRSIZE <= ifc.ifc_len); in LocalHostAddress()