Lines Matching refs:EXTRACT_32BITS
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));
129 EXTRACT_32BITS(&nr->start_time)/1000,
130 EXTRACT_32BITS(&nr->start_time)%1000,
131 EXTRACT_32BITS(&nr->last_time)/1000,
132 EXTRACT_32BITS(&nr->last_time)%1000);
137 (EXTRACT_32BITS(&nr->masks) >> 24) & 0xff);
139 (EXTRACT_32BITS(&nr->asses) >> 16) & 0xffff);
142 EXTRACT_32BITS(&nr->ports) >> 16);
146 (EXTRACT_32BITS(&nr->masks) >> 16) & 0xff);
148 EXTRACT_32BITS(&nr->asses) & 0xffff);
151 EXTRACT_32BITS(&nr->ports) & 0xffff);
155 pent = getprotobynumber((EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
158 (EXTRACT_32BITS(&nr->proto_tos) >> 8) & 0xff);
166 flags = (EXTRACT_32BITS(&nr->asses) >> 24) & 0xff;
168 flags = (EXTRACT_32BITS(&nr->proto_tos) >> 16) & 0xff;
182 (EXTRACT_32BITS(&nr->masks) >> 8) & 0xff,
183 (EXTRACT_32BITS(&nr->masks)) & 0xff);
186 EXTRACT_32BITS(&nr->proto_tos) & 0xff,
187 EXTRACT_32BITS(&nr->packets),
188 EXTRACT_32BITS(&nr->octets), buf);