Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/tools/
H A Dipf_y.y44 static void setipftype __P((void));
437 settos: IPFY_TOS { setipftype(); }
473 setttl: IPFY_TTL { setipftype(); }
485 protox: IPFY_PROTO { setipftype();
745 from: IPFY_FROM { setipftype();
770 IPFY_WITH { nowith = 0; setipftype(); }
771 | IPFY_AND { nowith = 0; setipftype(); }
1163 IPFY_ICMPTYPE { setipftype();
1892 static void setipftype() in setipftype() function