Searched refs:ag (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/sbin/routed/
H A Dtable.c121 ag_out(struct ag_info *ag, argument
129 if (ag->ag_state & AGS_SPLIT_HZ)
141 ag_cors = ag->ag_cors;
143 && ag_cors->ag_mask == ag->ag_mask<<1
144 && ag_cors->ag_dst_h == (ag->ag_dst_h & ag_cors->ag_mask)) {
145 ag_cors->ag_state |= ((ag_cors->ag_dst_h == ag->ag_dst_h)
155 if (ag->ag_state & AGS_REDUN0) {
156 if (ag->ag_state & AGS_REDUN1)
159 bit = (-ag->ag_mask) >> 1;
160 ag
173 ag_del(struct ag_info *ag) argument
206 struct ag_info *ag, *ag_cors; local
294 struct ag_info *ag, *nag, *ag_cors; local
1330 kern_out(struct ag_info *ag) argument
1628 struct ag_info *ag; local
[all...]
H A Doutput.c337 supply_out(struct ag_info *ag) argument
347 if (ag->ag_seqno < update_seqno
351 dst_h = ag->ag_dst_h;
352 mask = ag->ag_mask;
365 || ((ag->ag_state & AGS_RIPV2) && v1_mask != mask)) {
409 wb->n->n_metric = ((stopint || ag->ag_metric < 1)
411 : ag->ag_metric);
419 if (ag->ag_nhop != 0
421 || (ag->ag_nhop != ws.ifp->int_addr
422 && on_net(ag
[all...]
/freebsd-10-stable/usr.bin/gzip/
H A Dzforce36 *.t[ag]z)
H A Dzdiff64 *.t[ag]z)
/freebsd-10-stable/contrib/ntp/scripts/build/
H A DMakefile.am2 autogen -L ../sntp/include -L ../sntp/ag-tpl
H A DMakefile.in430 autogen -L ../sntp/include -L ../sntp/ag-tpl
/freebsd-10-stable/usr.sbin/ctld/
H A Dctld.c113 struct auth_group *ag, *cagtmp; local
124 TAILQ_FOREACH_SAFE(ag, &conf->conf_auth_groups, ag_next, cagtmp)
125 auth_group_delete(ag);
138 auth_new(struct auth_group *ag) argument
145 auth->a_auth_group = ag;
146 TAILQ_INSERT_TAIL(&ag->ag_auths, auth, a_next);
163 auth_find(const struct auth_group *ag, const char *user) argument
167 TAILQ_FOREACH(auth, &ag->ag_auths, a_next) {
237 auth_new_chap(struct auth_group *ag, const char *user, argument
242 if (ag
265 auth_new_chap_mutual(struct auth_group *ag, const char *user, const char *secret, const char *user2, const char *secret2) argument
296 auth_name_new(struct auth_group *ag, const char *name) argument
319 auth_name_defined(const struct auth_group *ag) argument
327 auth_name_find(const struct auth_group *ag, const char *name) argument
340 auth_name_check(const struct auth_group *ag, const char *initiator_name) argument
352 auth_portal_new(struct auth_group *ag, const char *portal) argument
419 auth_portal_defined(const struct auth_group *ag) argument
427 auth_portal_find(const struct auth_group *ag, const struct sockaddr_storage *ss) argument
466 auth_portal_check(const struct auth_group *ag, const struct sockaddr_storage *sa) argument
481 struct auth_group *ag; local
506 auth_group_delete(struct auth_group *ag) argument
528 struct auth_group *ag; local
539 auth_group_set_type(struct auth_group *ag, const char *str) argument
1695 struct auth_group *ag; local
[all...]
H A Dctld.h304 void auth_group_delete(struct auth_group *ag);
307 int auth_group_set_type(struct auth_group *ag,
310 const struct auth *auth_new_chap(struct auth_group *ag,
312 const struct auth *auth_new_chap_mutual(struct auth_group *ag,
315 const struct auth *auth_find(const struct auth_group *ag,
318 const struct auth_name *auth_name_new(struct auth_group *ag,
320 bool auth_name_defined(const struct auth_group *ag);
321 const struct auth_name *auth_name_find(const struct auth_group *ag,
323 int auth_name_check(const struct auth_group *ag,
326 const struct auth_portal *auth_portal_new(struct auth_group *ag,
[all...]
H A Ddiscovery.c216 const struct auth_group *ag; local
223 ag = port->p_auth_group;
224 if (ag == NULL)
225 ag = targ->t_auth_group;
231 auth_portal_check(ag, &conn->conn_initiator_sa) != 0) {
238 auth_name_check(ag, conn->conn_initiator_name) != 0) {
245 ag->ag_type != AG_TYPE_NO_AUTHENTICATION) {
256 auth = auth_find(ag, conn->conn_user);
H A Dlogin.c279 login_receive_chap_r(struct connection *conn, struct auth_group *ag, argument
311 assert(ag->ag_type == AG_TYPE_CHAP ||
312 ag->ag_type == AG_TYPE_CHAP_MUTUAL);
313 auth = auth_find(ag, chap_n);
403 login_chap(struct connection *conn, struct auth_group *ag) argument
432 request = login_receive_chap_r(conn, ag, chap, &auth);
774 struct auth_group *ag; local
864 ag = conn->conn_port->p_auth_group;
865 if (ag == NULL)
866 ag
[all...]
H A Dparse.y1075 struct auth_group *ag;
1087 ag = auth_group_new(conf, "default");
1088 assert(ag != NULL);
1090 ag = auth_group_new(conf, "no-authentication");
1091 assert(ag != NULL);
1092 ag->ag_type = AG_TYPE_NO_AUTHENTICATION;
1094 ag = auth_group_new(conf, "no-access");
1095 assert(ag != NULL);
1096 ag->ag_type = AG_TYPE_DENY;
1124 ag
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A DMakefile.am45 MakeDefs.inc README ag-char-map.h \
H A DMakefile.in467 ag-char-map.h alias.c ao-strs.c ao-strs.h autoopts/project.h \
/freebsd-10-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd-10-stable/contrib/ntp/scripts/calc_tickadj/
H A DMakefile.am3 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
H A DMakefile.in467 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.am64 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-10-stable/contrib/ntp/sntp/
H A DMakefile.am28 autogen -L include -L ag-tpl --writable
96 ag-tpl \
/freebsd-10-stable/contrib/ntp/util/
H A DMakefile.am65 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-10-stable/contrib/ntp/ntpdc/
H A DMakefile.am71 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-10-stable/contrib/ntp/ntpq/
H A DMakefile.am66 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-10-stable/contrib/ntp/ntpd/
H A DMakefile.am187 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
/freebsd-10-stable/bin/ls/tests/
H A Dls_tests.sh528 ls -ag $file
/freebsd-10-stable/contrib/ntp/scripts/ntpsweep/
H A DMakefile.in467 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \
/freebsd-10-stable/contrib/ntp/scripts/ntp-wait/
H A DMakefile.in472 autogen -L ../../sntp/include -L ../../sntp/ag-tpl \

Completed in 182 milliseconds

12