Home
last modified time | relevance | path

Searched refs:ag (Results 1 – 25 of 63) sorted by relevance

123

/freebsd/sbin/routed/
H A Dtable.c111 ag_out(struct ag_info *ag, in ag_out() argument
119 if (ag->ag_state & AGS_SPLIT_HZ) in ag_out()
131 ag_cors = ag->ag_cors; in ag_out()
133 && ag_cors->ag_mask == ag->ag_mask<<1 in ag_out()
134 && ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) { in ag_out()
135 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h) in ag_out()
145 if (ag->ag_state & AGS_REDUN0) { in ag_out()
146 if (ag->ag_state & AGS_REDUN1) in ag_out()
149 bit = (-ag->ag_mask) >> 1; in ag_out()
150 ag->ag_dst_h |= bit; in ag_out()
[all …]
H A Doutput.c327 supply_out(struct ag_info *ag) in supply_out() argument
337 if (ag->ag_seqno < update_seqno in supply_out()
341 dst_h = ag->ag_dst_h; in supply_out()
342 mask = ag->ag_mask; in supply_out()
355 || ((ag->ag_state & AGS_RIPV2) && v1_mask != mask)) { in supply_out()
399 wb->n->n_metric = ((stopint || ag->ag_metric < 1) in supply_out()
401 : ag->ag_metric); in supply_out()
409 if (ag->ag_nhop != 0 in supply_out()
411 || (ag->ag_nhop != ws.ifp->int_addr in supply_out()
412 && on_net(ag->ag_nhop, in supply_out()
[all …]
/freebsd/usr.sbin/ctld/
H A Dctld.c122 struct auth_group *ag, *cagtmp; in conf_delete() local
132 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp) in conf_delete()
133 auth_group_delete(ag); in conf_delete()
144 auth_new(struct auth_group *ag) in auth_new() argument
151 auth->a_auth_group = ag; in auth_new()
152 TAILQ_INSERT_TAIL(&ag->ag_auths, auth, a_next); in auth_new()
169 auth_find(const struct auth_group *ag, const char *user) in auth_find() argument
173 TAILQ_FOREACH(auth, &ag->ag_auths, a_next) { in auth_find()
243 auth_new_chap(struct auth_group *ag, const char *user, in auth_new_chap() argument
248 if (ag->ag_type == AG_TYPE_UNKNOWN) in auth_new_chap()
[all …]
H A Dctld.h260 void auth_group_delete(struct auth_group *ag);
264 bool auth_new_chap(struct auth_group *ag, const char *user,
266 bool auth_new_chap_mutual(struct auth_group *ag,
269 const struct auth *auth_find(const struct auth_group *ag,
272 bool auth_name_new(struct auth_group *ag,
274 bool auth_name_defined(const struct auth_group *ag);
275 const struct auth_name *auth_name_find(const struct auth_group *ag,
277 bool auth_name_check(const struct auth_group *ag,
280 bool auth_portal_new(struct auth_group *ag,
282 bool auth_portal_defined(const struct auth_group *ag);
[all …]
H A Dconf.c116 _auth_group_set_type(struct auth_group *ag, const char *str) in _auth_group_set_type() argument
129 if (ag->ag_name != NULL) in _auth_group_set_type()
131 "\"%s\"", str, ag->ag_name); in _auth_group_set_type()
134 "\"%s\"", str, ag->ag_target->t_name); in _auth_group_set_type()
138 if (ag->ag_type != AG_TYPE_UNKNOWN && ag->ag_type != type) { in _auth_group_set_type()
139 if (ag->ag_name != NULL) { in _auth_group_set_type()
142 "type", str, ag->ag_name); in _auth_group_set_type()
146 str, ag->ag_target->t_name); in _auth_group_set_type()
151 ag->ag_type = type; in _auth_group_set_type()
631 struct auth_group *ag; in target_add_portal_group() local
[all …]
H A Dlogin.c338 login_receive_chap_r(struct connection *conn, struct auth_group *ag, in login_receive_chap_r() argument
370 assert(ag->ag_type == AG_TYPE_CHAP || in login_receive_chap_r()
371 ag->ag_type == AG_TYPE_CHAP_MUTUAL); in login_receive_chap_r()
372 auth = auth_find(ag, chap_n); in login_receive_chap_r()
462 login_chap(struct ctld_connection *conn, struct auth_group *ag) in login_chap() argument
491 request = login_receive_chap_r(&conn->conn, ag, chap, &auth); in login_chap()
901 struct auth_group *ag; in login() local
991 ag = conn->conn_port->p_auth_group; in login()
992 if (ag == NULL) in login()
993 ag = conn->conn_target->t_auth_group; in login()
[all …]
H A Ddiscovery.c152 const struct auth_group *ag; in discovery_target_filtered_out() local
159 ag = port->p_auth_group; in discovery_target_filtered_out()
160 if (ag == NULL) in discovery_target_filtered_out()
161 ag = targ->t_auth_group; in discovery_target_filtered_out()
167 !auth_portal_check(ag, &conn->conn_initiator_sa)) { in discovery_target_filtered_out()
174 !auth_name_check(ag, conn->conn_initiator_name)) { in discovery_target_filtered_out()
181 ag->ag_type != AG_TYPE_NO_AUTHENTICATION) { in discovery_target_filtered_out()
192 auth = auth_find(ag, conn->conn_user); in discovery_target_filtered_out()
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c212 BMK_initCCtxArgs* ag = (BMK_initCCtxArgs*)payload; in local_initCCtx() local
213 … BMK_initCCtx(ag->cctx, ag->dictBuffer, ag->dictBufferSize, ag->cLevel, ag->comprParams, ag->adv); in local_initCCtx()
224 BMK_initDCtxArgs* ag = (BMK_initDCtxArgs*)payload; in local_initDCtx() local
225 BMK_initDCtx(ag->dctx, ag->dictBuffer, ag->dictBufferSize); in local_initDCtx()
/freebsd/contrib/ntp/scripts/build/
H A DMakefile.am2 autogen -L ../sntp/include -L ../sntp/ag-tpl
/freebsd/usr.bin/gzip/
H A Dzforce35 *.t[ag]z)
H A Dzdiff63 *.t[ag]z)
/freebsd/share/timedef/
H A Dca_IT.ISO8859-15.src10 ag.
H A Dca_IT.UTF-8.src14 ag.
/freebsd/crypto/openssl/test/
H A Ddhtest.c48 const BIGNUM *ap = NULL, *ag = NULL, *apub_key = NULL; in dh_test() local
178 DH_get0_pqg(a, &ap, NULL, &ag); in dh_test()
185 || !TEST_ptr(bg = BN_dup(ag)) in dh_test()
/freebsd/contrib/ntp/sntp/libopts/
H A DMakefile.am45 ag-char-map.h alias.c ao-strs.c \
/freebsd/contrib/ntp/sntp/
H A DMakefile.am27 autogen -L include -L ag-tpl --writable
97 ag-tpl \
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dd_mach36 grappa.unix-ag.uni-kl.de
/freebsd/contrib/ntp/scripts/ntp-wait/
H A DMakefile.am12 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd/contrib/ntp/scripts/ntpsweep/
H A DMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd/contrib/ntp/scripts/ntptrace/
H A DMakefile.am11 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd/contrib/ntp/scripts/update-leap/
H A DMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd/contrib/ntp/ntpsnmpd/
H A DMakefile.am64 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd/contrib/ntp/ntpq/
H A DMakefile.am69 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd/contrib/ntp/ntpdc/
H A DMakefile.am83 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable

123