Lines Matching refs:script_init
848 script_init(NULL, "NBI", NULL); in main()
874 script_init(ip->client, "PREINIT6", NULL); in main()
876 script_init(ip->client, "PREINIT", NULL); in main()
1406 script_init(client, "V6ONLY", NULL);
1717 script_init(client, (client->state == S_REQUESTING ? "BOUND" :
1748 script_init(client, "FAIL", (struct string_list *)0);
1862 script_init(client, "STOP", client->active->medium);
2517 script_init(client, "EXPIRE", NULL);
2535 script_init(client, "PREINIT", NULL);
2590 script_init(client, "MEDIUM", client -> medium);
2799 script_init(client, "TIMEOUT",
2868 script_init(client, "FAIL", (struct string_list *)0);
2875 script_init(client, "FAIL", (struct string_list *)0);
2929 script_init(client, "MEDIUM", client -> active -> medium);
2944 script_init(client, "EXPIRE", (struct string_list *)0);
2954 script_init(client, "PREINIT", (struct string_list *)0);
4318 void script_init(struct client_state *client, const char *reason, in script_init() function
4898 script_init (client,
4998 script_init (ip -> client, in dhclient_interface_startup_hook()