Lines Matching refs:medium
1294 /* Zap the medium list... */
1295 client -> medium = NULL;
1713 /* Remember the medium. */
1714 client->new->medium = client->medium;
1721 client->new->medium);
1862 script_init(client, "STOP", client->active->medium);
2310 /* Record the medium under which this lease was offered. */
2311 lease -> medium = client -> medium;
2575 if (client -> medium) {
2576 client -> medium = client -> medium -> next;
2579 if (!client -> medium) {
2583 client -> medium =
2588 log_info ("Trying medium \"%s\" %d",
2589 client -> medium -> string, increase);
2590 script_init(client, "MEDIUM", client -> medium);
2800 client -> active -> medium);
2927 !client -> medium &&
2928 client -> active -> medium ) {
2929 script_init(client, "MEDIUM", client -> active -> medium);
2931 /* If the medium we chose won't fly, go to INIT state. */
2935 /* Record the medium. */
2936 client -> mediummedium;
4246 if (lease -> medium) {
4247 s = quotify_string (lease -> medium -> string, MDL);
4249 fprintf (leaseFile, " medium \"%s\";\n", s);
4316 * @param medium if specified, defines medium type (may be null)
4319 struct string_list *medium)
4338 if (medium)
4340 "", "medium", "%s", medium -> string);
4891 /* Zap the medium list... */
4892 client -> medium = (struct string_list *)0;