Searched refs:x_pkt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.h21 int generate_pkt(struct pkt *x_pkt, const struct timeval *tv_xmt,
H A Dmain.c66 struct pkt x_pkt; member in struct:sent_pkt_tag
667 struct pkt x_pkt; local
678 pkt_len = generate_pkt(&x_pkt, &tv_xmt, dctx->key_id,
681 sent = sendpkt(sock, dst, &x_pkt, pkt_len);
684 memcpy(&spkt->x_pkt, &x_pkt, min(sizeof(spkt->x_pkt),
903 &spkt->x_pkt, "sock_cb");
1123 struct pkt *x_pkt,
1134 ZERO(*x_pkt);
1122 generate_pkt( struct pkt *x_pkt, const struct timeval *tv_xmt, int key_id, struct key *pkt_key ) argument
[all...]

Completed in 95 milliseconds