Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:pfunc

1272     const char * (*pfunc)(netdissect_options *, const u_char *);
1282 pfunc = getname;
1288 pfunc = getname6;
1294 pfunc = etheraddr_string;
1297 pfunc = NULL;
1301 if (!pfunc) {
1306 tok2str(af_values, "Unknown", af), af, (*pfunc)(ndo, tptr+1));