Home
last modified time | relevance | path

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

/dports/net/olsrd/olsrd-0.9.8/src/
H A Dgateway_default_handler.h65 && (olsr_cnf->smart_gw_allow_nat // in isGwSelectable()
H A Dgateway_default_handler.c325 && (!gw->ipv4 || (gw->ipv4nat && !olsr_cnf->smart_gw_allow_nat)); in gw_default_update_handler()
H A Dolsr_cfg.h328 bool smart_gw_allow_nat; member
H A Dgateway.c1538 (!new_gw->ipv4nat || olsr_cnf->smart_gw_allow_nat) && in olsr_set_inet_gateway()
/dports/net/olsrd/olsrd-0.9.8/lib/pud/src/
H A DuplinkGateway.c101 && (olsr_cnf->smart_gw_allow_nat || !gw->ipv4nat)) { in getBestUplinkGateway()
/dports/net/olsrd/olsrd-0.9.8/lib/httpinfo/src/
H A Dcfgfile_gen.c833 cnf->smart_gw_allow_nat == DEF_GW_ALLOW_NAT ? "# " : "", in olsrd_write_cnf_autobuf_uncached()
834 cnf->smart_gw_allow_nat ? "yes" : "no"); in olsrd_write_cnf_autobuf_uncached()
/dports/net/olsrd/olsrd-0.9.8/src/cfgparser/
H A Dcfgfile_gen.c833 cnf->smart_gw_allow_nat == DEF_GW_ALLOW_NAT ? "# " : "", in olsrd_write_cnf_autobuf_uncached()
834 cnf->smart_gw_allow_nat ? "yes" : "no"); in olsrd_write_cnf_autobuf_uncached()
H A Dolsrd_conf.c1136 cnf->smart_gw_allow_nat = DEF_GW_ALLOW_NAT; in set_default_cnf()
1328 printf("SmGw. Allow NAT : %s\n", cnf->smart_gw_allow_nat ? "yes" : "no"); in olsrd_print_cnf()
H A Doparse.y1517 olsr_cnf->smart_gw_allow_nat = $2->boolean;
/dports/net/olsrd/olsrd-0.9.8/lib/jsoninfo/src/
H A Dolsrd_jsoninfo.c1236 abuf_json_boolean(&json_session, abuf, "allowNAT", olsr_cnf->smart_gw_allow_nat); in ipc_print_config()