Home
last modified time | relevance | path

Searched refs:spkt (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dmain.c517 spkt = emalloc_zero(sizeof(*spkt)); in sntp_name_resolved()
568 dec_pending_ntp(spkt->dctx->name, &spkt->addr); in queue_xmt()
569 free(spkt); in queue_xmt()
578 xctx->spkt = spkt; in queue_xmt()
665 sent_pkt * spkt = xctx->spkt; in xmt() local
685 memcpy(&spkt->x_pkt, &x_pkt, min(sizeof(spkt->x_pkt), in xmt()
719 for (spkt = head; spkt != NULL; spkt = spkt_next) { in timeout_queries()
738 if (0 == spkt->stime || spkt->done) in timeout_queries()
888 for (spkt = *p_pktlist; spkt != NULL; spkt = spkt->link) { in sock_cb()
909 if (!spkt->done && (CTX_UCST & spkt->dctx->flags)) { in sock_cb()
[all …]
H A Dnetworking.c103 struct pkt *spkt, in process_pkt() argument
280 if (!L_ISEQU(&rpkt->org, &spkt->xmt)) { in process_pkt()
282 NTOHL_FP(&spkt->xmt, &sent_xmt); in process_pkt()
H A Dnetworking.h40 struct pkt *spkt);
42 int mode, struct pkt *spkt, const char *func_name);
H A Dmain.h19 void set_li_vn_mode(struct pkt *spkt, char leap, char version, char mode);
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c1623 uint16_t *spkt, *dpkt; in pong_body() local
1639 dpkt[0] = spkt[3]; in pong_body()
1640 dpkt[1] = spkt[4]; in pong_body()
1641 dpkt[2] = spkt[5]; in pong_body()
1642 dpkt[3] = spkt[0]; in pong_body()
1643 dpkt[4] = spkt[1]; in pong_body()
1644 dpkt[5] = spkt[2]; in pong_body()
1647 dpkt[13] = spkt[15]; in pong_body()
1648 dpkt[14] = spkt[16]; in pong_body()
1649 dpkt[15] = spkt[13]; in pong_body()
[all …]
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c3420 PACKET spkt, context; in tls_process_client_certificate() local
3444 if (!PACKET_get_length_prefixed_3(pkt, &spkt) in tls_process_client_certificate()
3450 for (chainidx = 0; PACKET_remaining(&spkt) > 0; chainidx++) { in tls_process_client_certificate()
3451 if (!PACKET_get_net_3(&spkt, &l) in tls_process_client_certificate()
3452 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3477 if (!PACKET_get_length_prefixed_2(&spkt, &extensions)) { in tls_process_client_certificate()
3486 PACKET_remaining(&spkt) == 0)) { in tls_process_client_certificate()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c6174 struct status_pkt *spkt; in ahc_calc_residual() local
6206 spkt = &hscb->shared_data.status; in ahc_calc_residual()
6207 resid_sgptr = aic_le32toh(spkt->residual_sg_ptr); in ahc_calc_residual()
6225 resid = aic_le32toh(spkt->residual_datacnt) & AHC_SG_LEN_MASK; in ahc_calc_residual()
H A Daic79xx.c8332 struct initiator_status *spkt; in ahd_calc_residual() local
8370 spkt = &hscb->shared_data.istatus; in ahd_calc_residual()
8371 resid_sgptr = aic_le32toh(spkt->residual_sgptr); in ahd_calc_residual()
8396 resid = aic_le32toh(spkt->residual_datacnt) & AHD_SG_LEN_MASK; in ahd_calc_residual()
/freebsd/contrib/ntp/
H A DCommitLog155784 Modified evaluation order to accept NULL as argument to spkt.
155787 Modified evaluation order to accept NULL as argument to spkt.