Searched refs:getoptbyvalue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ipfilter/lib/
H A Doptvalue.c25 u_32_t getoptbyvalue(optval) function
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipf_y.y1570 IPFY_IPOPT_NOP { $$ = getoptbyvalue(IPOPT_NOP); }
1571 | IPFY_IPOPT_RR { $$ = getoptbyvalue(IPOPT_RR); }
1572 | IPFY_IPOPT_ZSU { $$ = getoptbyvalue(IPOPT_ZSU); }
1573 | IPFY_IPOPT_MTUP { $$ = getoptbyvalue(IPOPT_MTUP); }
1574 | IPFY_IPOPT_MTUR { $$ = getoptbyvalue(IPOPT_MTUR); }
1575 | IPFY_IPOPT_ENCODE { $$ = getoptbyvalue(IPOPT_ENCODE); }
1576 | IPFY_IPOPT_TS { $$ = getoptbyvalue(IPOPT_TS); }
1577 | IPFY_IPOPT_TR { $$ = getoptbyvalue(IPOPT_TR); }
1578 | IPFY_IPOPT_SEC { $$ = getoptbyvalue(IPOPT_SECURITY); }
1579 | IPFY_IPOPT_LSRR { $$ = getoptbyvalue(IPOPT_LSR
[all...]
/freebsd-10-stable/contrib/ipfilter/
H A Dipf.h257 extern u_32_t getoptbyvalue __P((int));

Completed in 56 milliseconds