Home
last modified time | relevance | path

Searched refs:FORWARD (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh54 iptables -P FORWARD DROP
56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
H A Dp2p-action.sh81 iptables -P FORWARD DROP
83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c44 #define FORWARD macro
88 #ifdef FORWARD
94 #ifdef FORWARD in set_forward_options()
128 #if defined(AUTHENTICATION) && defined(FORWARD) in krb5_init()
263 #if defined(AUTHENTICATION) && defined(KRB5) && defined(FORWARD) in main()
/freebsd/contrib/nvi/ex/
H A Dex_undo.c53 ep->lundo = FORWARD; in ex_undo()
59 ep->lundo = FORWARD; in ex_undo()
61 case FORWARD: in ex_undo()
H A Dex_global.c146 sp->searchdir = FORWARD; in ex_g_setup()
H A Dex_cscope.c1045 sp->searchdir = FORWARD; in cscope_search()
H A Dex_subst.c159 sp->searchdir = FORWARD; in ex_s()
/freebsd/contrib/nvi/vi/
H A Dv_search.c51 return (v_exaddr(sp, vp, FORWARD)); in v_searchf()
286 dir = FORWARD; in v_searchN()
288 case FORWARD: in v_searchN()
378 rval = v_search(sp, vp, bp, len, SEARCH_SET, FORWARD); in v_searchw()
411 case FORWARD: in v_search()
501 dir = FORWARD; in v_correct()
H A Dv_undo.c120 ep->lundo = ep->lundo == BACKWARD ? FORWARD : BACKWARD; in v_undo()
125 case FORWARD: in v_undo()
H A Dv_mark.c170 dir = FORWARD; in mark()
/freebsd/contrib/telnet/telnet/
H A Dmain.c119 #ifdef FORWARD in main()
232 #if defined(KRB5) && defined(FORWARD) in main()
253 #if defined(KRB5) && defined(FORWARD) in main()
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c138 machcpu->t_type = FORWARD; in fix_small_cpu_struct()
144 (machcpu->t_type == FORWARD ? "forward" : "struct")); in fix_small_cpu_struct()
H A Dmerge.c339 tdesc_t *defn = (ctdp->t_type == FORWARD ? mtdp : ctdp); in fwd_equiv()
373 if (ctdp->t_type == FORWARD || mtdp->t_type == FORWARD) in equiv_node()
452 if (ed.ed_tgt->t_type == FORWARD && ctdp->t_type != FORWARD) { in map_td_tree_post()
H A Ddwarf.c187 case FORWARD: in tdesc_size()
223 case FORWARD: in tdesc_bitsize()
813 tdp->t_type = FORWARD; in die_enum_create()
943 tdp->t_type = (die_isdecl(dw, str) ? FORWARD : type); in die_sou_create()
946 (tdp->t_type == FORWARD ? "forward decl" : typename), in die_sou_create()
949 if (tdp->t_type == FORWARD) { in die_sou_create()
H A Dctftools.h147 FORWARD, enumerator
H A Dctf.c459 case FORWARD: in write_type()
1295 tdp->t_type = FORWARD; in resurrect_types()
/freebsd/lib/libiconv_modules/mapper_646/
H A Dcitrus_mapper_646.c218 #define FORWARD(x) \ in _citrus_mapper_646_mapper_convert() macro
225 SPECIALS(FORWARD); in _citrus_mapper_646_mapper_convert()
/freebsd/contrib/nvi/common/
H A Dcommon.h63 typedef enum { NOTSET, FORWARD, BACKWARD } dir_t; enumerator
H A Dscreen.c75 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD; in screen_init()
H A Dsearch.c155 if (search_init(sp, FORWARD, ptrn, plen, eptrn, flags)) in f_search()
/freebsd/lib/libc/db/btree/
H A Dbt_put.c222 t->bt_order = FORWARD; in __bt_put()
281 if (t->bt_order == FORWARD) { in bt_fast()
H A Dbtree.h330 enum { NOT, BACK, FORWARD } bt_order; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMustExecute.h179 FORWARD = 1, enumerator
333 return Visited.count({I, ExplorationDirection::FORWARD}) || in count()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMustExecute.cpp719 Visited.insert({I, ExplorationDirection::FORWARD}); in resetInstruction()
730 if (Head && Visited.insert({Head, ExplorationDirection ::FORWARD}).second) in advance()
/freebsd/usr.bin/m4/TEST/
H A Dtest.m462 string(FORWARD, "forward")

12