Searched refs:dobpf (Results 1 – 1 of 1) sorted by relevance
36 static void dobpf(int, char *);303 IPFY_BPFV4 '{' YY_STR '}' { dobpf(4, $3); free($3); }304 | IPFY_BPFV6 '{' YY_STR '}' { dobpf(6, $3); free($3); }2167 dobpf(int v, char *phrase) in dobpf() function