Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-forces.c498 struct pdata_ops { struct
563 static const struct pdata_ops ForCES_pdata[PD_MAX_IND + 1] = {
573 static inline const struct pdata_ops *get_forces_pd(uint16_t pd) in get_forces_pd()
577 const struct pdata_ops *pdo = &ForCES_pdata[i]; in get_forces_pd()
952 const struct pdata_ops *ops = get_forces_pd(type); in pdatacnt_print()