Lines Matching refs:sendevent
572 isc_event_free((isc_event_t **)&client->sendevent);
794 REQUIRE(sevent == client->sendevent);
928 client->sendevent->attributes &= ~ISC_SOCKEVENTATTR_DSCP;
929 client->sendevent->dscp = 0;
931 client->sendevent->attributes |= ISC_SOCKEVENTATTR_DSCP;
932 client->sendevent->dscp = client->dscp;
943 client->sendevent->attributes &= ~ISC_SOCKEVENTATTR_USEMINMTU;
945 client->sendevent->attributes |= ISC_SOCKEVENTATTR_USEMINMTU;
951 client->sendevent, sockflags);
956 (isc_event_t *)client->sendevent);
2981 client->sendevent = isc_socket_socketevent(client->mctx, client,
2984 if (client->sendevent == NULL) {
3090 isc_event_free((isc_event_t **)&client->sendevent);