Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:nh

84 	register const struct nfhdr *nh;
92 nh = (const struct nfhdr *)cp;
94 if ((const u_char *)(nh + 1) > snapend)
97 nrecs = EXTRACT_32BITS(&nh->ver_cnt) & 0xffff;
98 ver = (EXTRACT_32BITS(&nh->ver_cnt) & 0xffff0000) >> 16;
105 t = EXTRACT_32BITS(&nh->utc_sec);
109 EXTRACT_32BITS(&nh->msys_uptime)/1000,
110 EXTRACT_32BITS(&nh->msys_uptime)%1000,
111 EXTRACT_32BITS(&nh->utc_sec), EXTRACT_32BITS(&nh->utc_nsec));
114 printf("#%u, ", EXTRACT_32BITS(&nh->sequence));
115 nr = (const struct nfrec *)&nh[1];
118 nr = (const struct nfrec *)&nh->sequence;