Home
last modified time | relevance | path

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

/reactos/base/applications/network/arp/
H A Darp.c57 DWORD Deletehost(PTCHAR pszInetAddr, PTCHAR pszIfAddr);
286 if (pszInetAddr) in DisplayArpEntries()
292 if (strcmp(pszIpAddr, pszInetAddr) == 0) in DisplayArpEntries()
318 if (pszInetAddr) in DisplayArpEntries()
324 if (strcmp(pszIpAddr, pszInetAddr) == 0) in DisplayArpEntries()
361 if (pszInetAddr == NULL) in Addhost()
367 dwIpAddr = inet_addr(pszInetAddr); in Addhost()
495 DWORD Deletehost(PTCHAR pszInetAddr, PTCHAR pszIfAddr) in Deletehost() argument
507 if (pszInetAddr == NULL) in Deletehost()
514 if (strncmp(pszInetAddr, "*", 1) == 0) in Deletehost()
[all …]