/freebsd/sbin/routed/ |
H A D | table.c | 111 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 D | output.c | 327 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 D | ctld.c | 122 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 D | ctld.h | 260 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 D | conf.c | 116 _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 D | login.c | 338 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 D | discovery.c | 152 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 D | benchzstd.c | 212 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 D | Makefile.am | 2 autogen -L ../sntp/include -L ../sntp/ag-tpl
|
/freebsd/usr.bin/gzip/ |
H A D | zforce | 35 *.t[ag]z)
|
H A D | zdiff | 63 *.t[ag]z)
|
/freebsd/share/timedef/ |
H A D | ca_IT.ISO8859-15.src | 10 ag.
|
H A D | ca_IT.UTF-8.src | 14 ag.
|
/freebsd/crypto/openssl/test/ |
H A D | dhtest.c | 48 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 D | Makefile.am | 45 ag-char-map.h alias.c ao-strs.c \
|
/freebsd/contrib/ntp/sntp/ |
H A D | Makefile.am | 27 autogen -L include -L ag-tpl --writable 97 ag-tpl \
|
/freebsd/contrib/netbsd-tests/lib/libpthread/ |
H A D | d_mach | 36 grappa.unix-ag.uni-kl.de
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | Makefile.am | 12 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
|
/freebsd/contrib/ntp/scripts/ntpsweep/ |
H A D | Makefile.am | 3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | Makefile.am | 11 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
|
/freebsd/contrib/ntp/scripts/calc_tickadj/ |
H A D | Makefile.am | 3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | Makefile.am | 3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | Makefile.am | 64 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
|
/freebsd/contrib/ntp/ntpq/ |
H A D | Makefile.am | 69 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | Makefile.am | 83 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
|