Searched refs:pkt_id (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.h416 * - The packets are in fixed order. This allows DataDescriptor <pkt_id>
471 // packet property values (<pkt_id> is stable packet handle)
472 int getIntValue (int prop_id, long pkt_id);
473 unsigned long long getULongValue (int prop_id, long pkt_id);
474 long long getLongValue (int prop_id, long pkt_id);
475 void *getObjValue (int prop_id, long pkt_id);
482 void setDatumValue (int prop_id, long pkt_id, const Datum *val);
483 void setValue (int prop_id, long pkt_id, uint64_t val);
484 void setObjValue (int prop_id, long pkt_id, void *val);
560 // packet property values accessed by sort index (not DataDescriptor pkt_id)
[all...]
H A DTable.cc1323 DataView::appendDataDescriptorId (long pkt_id /* ddscr index */)
1328 if (pkt_id < 0 || pkt_id >= curr_ddsize)
1330 index->append (pkt_id);
1334 DataView::setDataDescriptorValue (int prop_id, long pkt_id, uint64_t val) argument
1336 ddscr->setValue (prop_id, pkt_id, val);
1340 DataView::getDataDescriptorValue (int prop_id, long pkt_id) argument
1342 return ddscr->getLongValue (prop_id, pkt_id);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h416 * - The packets are in fixed order. This allows DataDescriptor <pkt_id>
471 // packet property values (<pkt_id> is stable packet handle)
472 int getIntValue (int prop_id, long pkt_id);
473 unsigned long long getULongValue (int prop_id, long pkt_id);
474 long long getLongValue (int prop_id, long pkt_id);
475 void *getObjValue (int prop_id, long pkt_id);
482 void setDatumValue (int prop_id, long pkt_id, const Datum *val);
483 void setValue (int prop_id, long pkt_id, uint64_t val);
484 void setObjValue (int prop_id, long pkt_id, void *val);
560 // packet property values accessed by sort index (not DataDescriptor pkt_id)
[all...]
H A DTable.cc1323 DataView::appendDataDescriptorId (long pkt_id /* ddscr index */)
1328 if (pkt_id < 0 || pkt_id >= curr_ddsize)
1330 index->append (pkt_id);
1334 DataView::setDataDescriptorValue (int prop_id, long pkt_id, uint64_t val) argument
1336 ddscr->setValue (prop_id, pkt_id, val);
1340 DataView::getDataDescriptorValue (int prop_id, long pkt_id) argument
1342 return ddscr->getLongValue (prop_id, pkt_id);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-wb.c182 struct pkt_id { struct
203 const struct pkt_id *id, u_int len)
223 /* now the rest of the fixed-size part of struct pkt_id */
418 print_result = wb_id(ndo, (const struct pkt_id *)(ph + 1), len);

Completed in 216 milliseconds