Searched refs:samba_reply (Results 1 – 1 of 1) sorted by relevance
160 } samba_reply; in send_via_ntp_signd() local217 if (reply_len <= sizeof(samba_reply)) { in send_via_ntp_signd()218 memcpy(&samba_reply, reply, reply_len); in send_via_ntp_signd()219 if (ntohl(samba_reply.op) == 3 && reply_len > offsetof(struct samba_key_out, pkt)) { in send_via_ntp_signd()221 xpkt = &samba_reply.pkt; in send_via_ntp_signd()