HomeSort by relevance Sort by last modified time
    Searched refs:EXTRACT_64BITS (Results 1 - 11 of 11) sorted by null

  /external/tcpdump/
print-mptcp.c 72 printf(" {0x%" PRIx64, EXTRACT_64BITS(mpc->sender_key));
74 printf(",0x%" PRIx64, EXTRACT_64BITS(mpc->receiver_key));
102 EXTRACT_64BITS(mpj->u.synack.mac),
160 printf("%" PRIu64, EXTRACT_64BITS(opt));
171 printf("%" PRIu64, EXTRACT_64BITS(opt));
255 printf(" seq %" PRIu64, EXTRACT_64BITS(opt + 4));
264 printf(" key 0x%" PRIx64, EXTRACT_64BITS(opt + 4));
extract.h 106 EXTRACT_64BITS(const void *p)
128 #define EXTRACT_64BITS(p) \
156 EXTRACT_64BITS(const void *p)
print-carp.c 80 printf("counter=%" PRIu64, EXTRACT_64BITS(&bp[8]));
print-sflow.c 319 EXTRACT_64BITS(sflow_gen_counter->ifspeed),
329 EXTRACT_64BITS(sflow_gen_counter->ifinoctets),
339 EXTRACT_64BITS(sflow_gen_counter->ifoutoctets),
397 EXTRACT_64BITS(sflow_100basevg_counter->in_highpriority_octets));
400 EXTRACT_64BITS(sflow_100basevg_counter->in_normpriority_octets));
409 EXTRACT_64BITS(sflow_100basevg_counter->out_highpriority_octets),
414 EXTRACT_64BITS(sflow_100basevg_counter->hc_in_highpriority_octets),
415 EXTRACT_64BITS(sflow_100basevg_counter->hc_in_normpriority_octets),
416 EXTRACT_64BITS(sflow_100basevg_counter->hc_out_highpriority_octets));
433 EXTRACT_64BITS(sflow_vlan_counter->octets)
    [all...]
print-openflow-1.0.c     [all...]
print-nfs.c 659 EXTRACT_64BITS(&dp[0]));
679 EXTRACT_64BITS(&dp[0]));
796 EXTRACT_64BITS(&dp[0]));
825 EXTRACT_64BITS(&dp[0]));
863 EXTRACT_64BITS(&dp[0]));
1203 EXTRACT_64BITS((u_int32_t *)&fap->fa3_size));
1218 EXTRACT_64BITS((u_int32_t *)&fap->fa3_fsid));
1220 EXTRACT_64BITS((u_int32_t *)&fap->fa3_fileid));
1329 EXTRACT_64BITS((u_int32_t *)&sfsp->sf_tbytes),
1330 EXTRACT_64BITS((u_int32_t *)&sfsp->sf_fbytes)
    [all...]
print-slow.c 604 EXTRACT_64BITS(&tlv.slow_oam_link_event->window),
605 EXTRACT_64BITS(&tlv.slow_oam_link_event->threshold),
606 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors),
607 EXTRACT_64BITS(&tlv.slow_oam_link_event->errors_running_total),
print-zeromq.c 97 body_len_declared = EXTRACT_64BITS(cp + 1);
smbutil.c 525 x = reverse ? EXTRACT_64BITS(buf) :
    [all...]
print-forces.c     [all...]
print-rx.c 708 i = EXTRACT_64BITS(bp); \
    [all...]

Completed in 349 milliseconds