Searched refs:sent (Results 76 - 79 of 79) sorted by relevance

1234

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c817 * so if it is not sent we can just choose any curve.
829 /* For clients can only check sent curve list */
1042 size_t tls12_get_psigalgs(SSL *s, int sent, const unsigned char **psigs) argument
1064 if (s->server == sent && s->cert->client_sigalgs) {
1077 * Check signature algorithm is consistent with sent supported signature
1127 /* Check signature matches a type we sent */
2807 * MUST be empty and only sent if we've requested a status
2842 * Could be non-NULL if server has sent multiple NPN extensions in
3194 * influence which certificate is sent
3213 /* status request response should be sent */
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c4031 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
4117 struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags,
4030 badfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
4116 invfo_sendfile(struct file *fp, int sockfd, struct uio *hdr_uio, struct uio *trl_uio, off_t offset, size_t nbytes, off_t *sent, int flags, struct thread *td) argument
/freebsd-11-stable/sys/netinet/
H A Dsctp_usrreq.c124 * since we sent to big of chunk
127 if (chk->sent < SCTP_DATAGRAM_RESEND) {
130 chk->sent = SCTP_DATAGRAM_RESEND;
295 * sent. 'src' holds our local endpoint address. Thus we
763 * should be sent with no data. currently,
764 * we will allow user data to be sent first
4887 * Is there any data pending in the send or sent
H A Dsctp_pcb.c879 * we have sent an asconf-add to be
960 * sent an asconf-add to be considered
5044 /* sent queue SHOULD be empty */
5046 if (chk->sent != SCTP_DATAGRAM_NR_ACKED) {
6660 /* peer does not support auth but sent a chunks list? */

Completed in 195 milliseconds

1234