Searched refs:server_priority (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dglobals.h33 extern unsigned short server_priority;
H A Dbootpd.c169 unsigned short server_priority = BSDP_PRIORITY_BASE; variable
1111 server_priority = strtoul(optarg, NULL, 0);
1112 printf("Priority set to %d\n", server_priority);
H A Dbsdpd.c1786 if (current_count > server_priority) {
1790 priority = htons(server_priority - current_count);
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dhost_info.h168 integer_t server_priority; member in struct:host_priority_info
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dhost.c242 priority_info->server_priority = MINPRI_RESERVED;

Completed in 190 milliseconds