Lines Matching refs:reason
697 drop_config(struct if_state *state, const char *reason,
700 if (state->new || strcmp(reason, "FAIL") == 0) {
701 configure(state->interface, reason, NULL, state->new,
908 const char *reason = NULL;
933 reason = "INFORM";
940 reason = "IPV4LL";
947 reason = "TIMEOUT";
985 if (!reason) {
989 reason = "RENEW";
991 reason = "REBIND";
993 reason = "BOUND";
1000 retval = configure(iface, reason, state->new, state->old,
1018 const char *reason = NULL;
1080 reason = "EXPIRE";
1082 reason = "FAIL";
1083 drop_config(state, reason, options);
1109 reason = "EXPIRE";
1110 drop_config(state, reason, options);
1545 * the first one fails for any reason, we can use the next. */