Searched refs:getudpdispatch (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | client.c | 184 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, in setsourceports() 272 result = getudpdispatch(AF_INET, client->dispatchmgr, in dns_client_create() 281 result = getudpdispatch(AF_INET6, client->dispatchmgr, in dns_client_create() 207 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, getudpdispatch() function
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | client.c | 312 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, in getudpdispatch() function 462 result = getudpdispatch(AF_INET, dispatchmgr, socketmgr, in dns_client_create() 471 result = getudpdispatch(AF_INET6, dispatchmgr, socketmgr, in dns_client_create()
|