Home
last modified time | relevance | path

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

/dports/devel/py-unicodecsv/unicodecsv-0.14.1/unicodecsv/
H A Dpy2.py7 pass_throughs = [ variable
28 ] + pass_throughs
30 for prop in pass_throughs:
/dports/net-mgmt/coovachilli/coova-chilli-1.0.12/src/
H A Dsession.h42 pass_through pass_throughs[SESSION_PASS_THROUGH_MAX]; member
H A Doptions.h136 pass_through pass_throughs[MAX_PASS_THROUGHS]; member
H A Ddns.c102 if (pass_through_add(dhcp->pass_throughs, in add_A_to_garden()
H A Doptions.c440 memset(options.pass_throughs, 0, sizeof(options.pass_throughs)); in process_options()
444 pass_throughs_from_string(options.pass_throughs, in process_options()
H A Ddhcp.h178 pass_through pass_throughs[MAX_PASS_THROUGHS]; member
H A Ddhcp.c899 if (check_garden(options.pass_throughs, options.num_pass_throughs, pack, 1)) in dhcp_doDNAT()
902 if (check_garden(this->pass_throughs, this->num_pass_throughs, pack, 1)) in dhcp_doDNAT()
908 … if (check_garden(appconn->s_params.pass_throughs, appconn->s_params.pass_through_count, pack, 1)) in dhcp_doDNAT()
1112 if (check_garden(options.pass_throughs, options.num_pass_throughs, pack, 0)) in dhcp_undoDNAT()
1114 if (check_garden(this->pass_throughs, this->num_pass_throughs, pack, 0)) in dhcp_undoDNAT()
1120 … if (check_garden(appconn->s_params.pass_throughs, appconn->s_params.pass_through_count, pack, 0)) in dhcp_undoDNAT()
H A Dchilli.c2027 pass_throughs_from_string(params->pass_throughs, in config_radius_session()