HomeSort by: relevance | last modified time | path
    Searched refs:addrport2str (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/nsd/dist/
util.h 410 void addrport2str(
server.c 1349 addrport2str((void*)&sock->addr.ai_addr, buf, sizeof(buf));
1415 addrport2str((void*)&sock->addr.ai_addr, buf, sizeof(buf));
3371 addrport2str((void*)(struct sockaddr_storage*)&sock->addr.ai_addr, buf, sizeof(buf));
3384 addrport2str((void*)(struct sockaddr_storage*)&sock->addr.ai_addr, buf, sizeof(buf));
4319 addrport2str((void*)&queries[i]->remote_addr, a, sizeof(a));
4334 addrport2str((void*)&queries[i]->remote_addr, a, sizeof(a));
nsd.c 560 addrport2str((void*)&udp[i].addr.ai_addr, sockbuf, sizeof(sockbuf));
565 addrport2str((void*)&tcp[i].addr.ai_addr, sockbuf, sizeof(sockbuf));
util.c 1025 addrport2str( function

Completed in 32 milliseconds