Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c79 } fragbuf; in interpret_ntp() local
81 struct ntpdata *ntp = &fragbuf.ntp_msg; in interpret_ntp()
82 struct ntp_control *ntpc = (struct ntp_control *)&fragbuf.ntpc_msg; in interpret_ntp()
83 struct ntp_private *ntpp = (struct ntp_private *)&fragbuf.ntpp_msg; in interpret_ntp()
89 (void) memcpy(&fragbuf, ntp_pkt, MIN(sizeof (fragbuf), fraglen)); in interpret_ntp()