Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Ddispatch.c144 #define VALID_DISPATCH(e) ISC_MAGIC_VALID((e), DISPATCH_MAGIC)
499 REQUIRE(VALID_DISPATCH(resp->disp));
787 REQUIRE(VALID_DISPATCH(disp)); in tcp_recv()
1435 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_add()
1551 REQUIRE(VALID_DISPATCH(resp->disp));
1588 REQUIRE(VALID_DISPATCH(resp->disp)); in udp_dispentry_cancel()
1651 REQUIRE(VALID_DISPATCH(resp->disp)); in udp_dispentry_cancel()
1750 REQUIRE(VALID_DISPATCH(resp->disp)); in tcp_dispentry_cancel()
1794 REQUIRE(VALID_DISPATCH(disp)); in udp_startrecv()
2056 REQUIRE(VALID_DISPATCH(res in dns_dispatch_connect()
147 #define VALID_DISPATCH( global() macro
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c242 #define VALID_DISPATCH(e) ISC_MAGIC_VALID((e), DISPATCH_MAGIC) macro
1009 REQUIRE(VALID_DISPATCH(disp)); in udp_shrecv()
1345 REQUIRE(VALID_DISPATCH(disp)); in tcp_recv()
2248 REQUIRE(VALID_DISPATCH(*dispp)); in dispatch_free()
2827 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_attach()
2850 REQUIRE(dispp != NULL && VALID_DISPATCH(*dispp)); in dns_dispatch_detach()
2898 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_addresponse()
3087 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_starttcp()
3108 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_getnext()
3163 REQUIRE(VALID_DISPATCH(disp)); in dns_dispatch_removeresponse()
[all …]