Searched refs:spkt (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/ntp/sntp/ |
| H A D | main.c | 75 sent_pkt * spkt; member 112 void queue_xmt(SOCKET sock, struct dns_ctx *dctx, sent_pkt *spkt, 122 void set_li_vn_mode(struct pkt *spkt, char leap, char version, char mode); 453 sent_pkt * spkt; in sntp_name_resolved() local 517 spkt = emalloc_zero(sizeof(*spkt)); in sntp_name_resolved() 518 spkt->dctx = dctx; in sntp_name_resolved() 519 octets = min(ai->ai_addrlen, sizeof(spkt->addr)); in sntp_name_resolved() 520 memcpy(&spkt->addr, ai->ai_addr, octets); in sntp_name_resolved() 521 queue_xmt(sock, dctx, spkt, xmt_delay); in sntp_name_resolved() 538 sent_pkt * spkt, in queue_xmt() argument [all …]
|
| H A D | networking.c | 103 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 D | networking.h | 40 struct pkt *spkt); 42 int mode, struct pkt *spkt, const char *func_name);
|
| H A D | main.h | 19 void set_li_vn_mode(struct pkt *spkt, char leap, char version, char mode);
|
| /src/tools/tools/netmap/ |
| H A D | pkt-gen.c | 1623 uint16_t *spkt, *dpkt; in pong_body() local 1636 spkt = (uint16_t *)src; in pong_body() 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() 1646 if (spkt[6] == htons(ETHERTYPE_IP)) { in pong_body() 1647 dpkt[13] = spkt[15]; in pong_body() [all …]
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | statem_srvr.c | 3650 PACKET spkt, context; in tls_process_client_certificate() local 3686 if (!PACKET_get_length_prefixed_3(pkt, &spkt) in tls_process_client_certificate() 3692 for (chainidx = 0; PACKET_remaining(&spkt) > 0; chainidx++) { in tls_process_client_certificate() 3693 if (!PACKET_get_net_3(&spkt, &l) in tls_process_client_certificate() 3694 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate() 3719 if (!PACKET_get_length_prefixed_2(&spkt, &extensions)) { in tls_process_client_certificate() 3728 PACKET_remaining(&spkt) == 0)) { in tls_process_client_certificate()
|
| /src/sys/dev/aic7xxx/ |
| H A D | aic7xxx.c | 6174 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 D | aic79xx.c | 8332 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()
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 3573 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local 3593 if (PACKET_buf_init(&spkt, server, server_len)) { in SSL_select_next_proto() 3594 while (PACKET_get_length_prefixed_1(&spkt, &ssubpkt)) { in SSL_select_next_proto()
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 155784 Modified evaluation order to accept NULL as argument to spkt. 155787 Modified evaluation order to accept NULL as argument to spkt.
|