Lines Matching refs:pAddr
203 const void * /*pAddr */ ,
1313 AddHost(ClientPtr client, int family, unsigned length, /* of bytes in pAddr */
1314 const void *pAddr)
1339 if ((len = CheckAddr(family, pAddr, length)) < 0) {
1349 if (NewHost(family, pAddr, len, FALSE))
1401 RemoveHost(ClientPtr client, int family, unsigned length, /* of bytes in pAddr */
1402 void *pAddr)
1427 if ((len = CheckAddr(family, pAddr, length)) < 0) {
1440 (host = *prev) && (!addrEqual(family, pAddr, len, host));
1495 CheckAddr(int family, const void *pAddr, unsigned length)
1517 len = siCheckAddr(pAddr, length);