Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y46 static void dobpf __P((int, char *));
273 IPFY_BPFV4 '{' YY_STR '}' { dobpf(4, $3); free($3); }
274 | IPFY_BPFV6 '{' YY_STR '}' { dobpf(6, $3); free($3); }
1986 static void dobpf(v, phrase) in dobpf() function