Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:pfunc

418 	int (*pfunc)(netdissect_options *, const u_char *, int);
476 pfunc = print_lcp_config_options;
479 pfunc = print_ipcp_config_options;
482 pfunc = print_ip6cp_config_options;
485 pfunc = print_ccp_config_options;
488 pfunc = print_bacp_config_options;
495 pfunc = NULL;
499 if (pfunc == NULL) /* catch the above null pointer if unknown CP */
502 if ((j = (*pfunc)(ndo, tptr, len)) == 0)