Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ntp.c59 unsigned int i, j, macbytes; in interpret_ntp() local
217 macbytes = fraglen - (LEN_PKT_NOMAC + sizeof (uint32_t)); in interpret_ntp()
219 for (i = 0, j = 0; i < macbytes; i++) { in interpret_ntp()