Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/common/
H A Dipf_y.y51 static void setipftype(void);
415 settos: IPFY_TOS { setipftype(); }
451 setttl: IPFY_TTL { setipftype(); }
463 protox: IPFY_PROTO { setipftype();
773 from: IPFY_FROM { setipftype();
799 IPFY_WITH { nowith = 0; setipftype(); }
800 | IPFY_AND { nowith = 0; setipftype(); }
1297 setipftype();
2084 setipftype(void) in setipftype() function