Home
last modified time | relevance | path

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

123

/NextBSD/sbin/routed/
HDtable.c121 ag_out(struct ag_info *ag, in ag_out() argument
129 if (ag->ag_state & AGS_SPLIT_HZ) in ag_out()
141 ag_cors = ag->ag_cors; in ag_out()
143 && ag_cors->ag_mask == ag->ag_mask<<1 in ag_out()
144 && ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) { in ag_out()
145 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h) in ag_out()
155 if (ag->ag_state & AGS_REDUN0) { in ag_out()
156 if (ag->ag_state & AGS_REDUN1) in ag_out()
159 bit = (-ag->ag_mask) >> 1; in ag_out()
160 ag->ag_dst_h |= bit; in ag_out()
[all …]
HDoutput.c337 supply_out(struct ag_info *ag) in supply_out() argument
347 if (ag->ag_seqno < update_seqno in supply_out()
351 dst_h = ag->ag_dst_h; in supply_out()
352 mask = ag->ag_mask; in supply_out()
365 || ((ag->ag_state & AGS_RIPV2) && v1_mask != mask)) { in supply_out()
409 wb->n->n_metric = ((stopint || ag->ag_metric < 1) in supply_out()
411 : ag->ag_metric); in supply_out()
419 if (ag->ag_nhop != 0 in supply_out()
421 || (ag->ag_nhop != ws.ifp->int_addr in supply_out()
422 && on_net(ag->ag_nhop, in supply_out()
[all …]
/NextBSD/usr.sbin/ctld/
HDctld.c113 struct auth_group *ag, *cagtmp; in conf_delete() local
124 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp) in conf_delete()
125 auth_group_delete(ag); in conf_delete()
138 auth_new(struct auth_group *ag) in auth_new() argument
145 auth->a_auth_group = ag; in auth_new()
146 TAILQ_INSERT_TAIL(&ag->ag_auths, auth, a_next); in auth_new()
163 auth_find(const struct auth_group *ag, const char *user) in auth_find() argument
167 TAILQ_FOREACH(auth, &ag->ag_auths, a_next) { in auth_find()
237 auth_new_chap(struct auth_group *ag, const char *user, in auth_new_chap() argument
242 if (ag->ag_type == AG_TYPE_UNKNOWN) in auth_new_chap()
[all …]
HDlogin.c278 login_receive_chap_r(struct connection *conn, struct auth_group *ag, in login_receive_chap_r() argument
310 assert(ag->ag_type == AG_TYPE_CHAP || in login_receive_chap_r()
311 ag->ag_type == AG_TYPE_CHAP_MUTUAL); in login_receive_chap_r()
312 auth = auth_find(ag, chap_n); in login_receive_chap_r()
402 login_chap(struct connection *conn, struct auth_group *ag) in login_chap() argument
431 request = login_receive_chap_r(conn, ag, chap, &auth); in login_chap()
786 struct auth_group *ag; in login() local
876 ag = conn->conn_port->p_auth_group; in login()
877 if (ag == NULL) in login()
878 ag = conn->conn_target->t_auth_group; in login()
[all …]
HDctld.h307 void auth_group_delete(struct auth_group *ag);
310 int auth_group_set_type(struct auth_group *ag,
313 const struct auth *auth_new_chap(struct auth_group *ag,
315 const struct auth *auth_new_chap_mutual(struct auth_group *ag,
318 const struct auth *auth_find(const struct auth_group *ag,
321 const struct auth_name *auth_name_new(struct auth_group *ag,
323 bool auth_name_defined(const struct auth_group *ag);
324 const struct auth_name *auth_name_find(const struct auth_group *ag,
326 int auth_name_check(const struct auth_group *ag,
329 const struct auth_portal *auth_portal_new(struct auth_group *ag,
[all …]
HDdiscovery.c216 const struct auth_group *ag; in discovery_target_filtered_out() local
223 ag = port->p_auth_group; in discovery_target_filtered_out()
224 if (ag == NULL) in discovery_target_filtered_out()
225 ag = targ->t_auth_group; in discovery_target_filtered_out()
231 auth_portal_check(ag, &conn->conn_initiator_sa) != 0) { in discovery_target_filtered_out()
238 auth_name_check(ag, conn->conn_initiator_name) != 0) { in discovery_target_filtered_out()
245 ag->ag_type != AG_TYPE_NO_AUTHENTICATION) { in discovery_target_filtered_out()
256 auth = auth_find(ag, conn->conn_user); in discovery_target_filtered_out()
HDparse.y1078 struct auth_group *ag; in conf_new_from_file() local
1090 ag = auth_group_new(conf, "default"); in conf_new_from_file()
1091 assert(ag != NULL); in conf_new_from_file()
1093 ag = auth_group_new(conf, "no-authentication"); in conf_new_from_file()
1094 assert(ag != NULL); in conf_new_from_file()
1095 ag->ag_type = AG_TYPE_NO_AUTHENTICATION; in conf_new_from_file()
1097 ag = auth_group_new(conf, "no-access"); in conf_new_from_file()
1098 assert(ag != NULL); in conf_new_from_file()
1099 ag->ag_type = AG_TYPE_DENY; in conf_new_from_file()
1127 ag = auth_group_find(conf, "default"); in conf_new_from_file()
[all …]
/NextBSD/contrib/ntp/scripts/build/
HDMakefile.am2 autogen -L ../sntp/include -L ../sntp/ag-tpl
/NextBSD/usr.bin/gzip/
HDzforce36 *.t[ag]z)
HDzdiff64 *.t[ag]z)
/NextBSD/share/timedef/
HDca_IT.ISO8859-15.src14 ag.
HDca_IT.UTF-8.src14 ag.
/NextBSD/contrib/ntp/sntp/libopts/
HDMakefile.am41 MakeDefs.inc README ag-char-map.h \
/NextBSD/contrib/ntp/sntp/
HDMakefile.am25 autogen -L include -L ag-tpl --writable
93 ag-tpl \
/NextBSD/contrib/ntp/scripts/calc_tickadj/
HDMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/NextBSD/contrib/ntp/scripts/ntp-wait/
HDMakefile.am12 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/NextBSD/contrib/ntp/scripts/ntptrace/
HDMakefile.am11 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/NextBSD/contrib/ntp/scripts/ntpsweep/
HDMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/NextBSD/contrib/netbsd-tests/lib/libpthread/
HDd_mach36 grappa.unix-ag.uni-kl.de
/NextBSD/contrib/ntp/scripts/update-leap/
HDMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/NextBSD/contrib/ntp/ntpsnmpd/
HDMakefile.am61 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/NextBSD/contrib/ntp/ntpq/
HDMakefile.am59 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/NextBSD/gnu/usr.bin/grep/
HDTHANKS46 Martin Rex <martin.rex@sap-ag.de>
/NextBSD/contrib/ntp/ntpdc/
HDMakefile.am68 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/NextBSD/contrib/ntp/util/
HDMakefile.am62 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable

123