Lines Matching refs:szAddress
137 char szAddress[16]; /* 4*3 + 3*1 + 1 */
154 RTStrPrintf(szAddress, sizeof(szAddress), "%d.%d.%d.%d",
156 return NetIfAdpCtl(pIf, szAddress, pszOption, pszMask);
162 char szAddress[5*8 + 1 + 5 + 1];
165 RTStrPrintf(szAddress, sizeof(szAddress), "%ls/%d",
167 return NetIfAdpCtl(pIf, szAddress, NULL, NULL);
171 RTStrPrintf(szAddress, sizeof(szAddress), "%ls",
173 return NetIfAdpCtl(pIf, szAddress, "remove", NULL);