/src/sys/netinet/ |
in_selsrc.h | 8 int preference, int idx,
|
in_selsrc.c | 95 , {"preference", in_preference} 158 * Score by address preference: prefer addresses with higher preference 159 * number. Preference numbers are assigned with ioctl SIOCSIFADDRPREF. 162 in_preference(const struct in_addr *src, int preference, 165 return preference; 173 in_index(const struct in_addr *src, int preference, int idx, 185 in_matchlen(const struct in_addr *src, int preference, 218 in_match_category(const struct in_addr *src, int preference, 245 const struct in_addr *src, int preference, int idx [all...] |
/src/sbin/ifconfig/ |
util.c | 322 int16_t preference; local in function:ifa_print_preference 327 preference = ifa_get_preference(ifname, sa); 328 printf(" preference %" PRId16, preference); 336 /* Print address preference numbers if any address has a non-zero 337 * preference assigned.
|
/src/sys/arch/atari/stand/xxboot/sdboot/ |
sdboot.S | 57 beqs 1f | no boot preference 97 movl %d0,%sp@(8) | new boot preference
|
/src/sys/arch/atari/stand/xxboot/wdboot/ |
wdboot.S | 52 beqs 0f | no boot preference 92 movl %d0,%sp@(8) | new boot preference
|
/src/sys/arch/atari/stand/xxboot/ahdi-xxboot/ |
xxboot.ahdi.S | 60 * d5: boot preference d6: offset of boot block 114 movl %d0,%d5 | new boot preference
|
/src/sys/arch/i386/include/ |
multiboot2.h | 179 multiboot_uint32_t preference; member in struct:multiboot_header_tag_relocatable
|
/src/lib/libc/nameser/ |
ns_print.c | 350 u_int order, preference; local in function:ns_sprintrrf 358 preference = ns_get16(rdata); rdata += NS_INT16SZ; 359 len = SPRINTF((t, "%u %u ", order, preference));
|
/src/sys/dev/acpi/ |
acpi_resource.c | 944 int preference)
|
/src/common/dist/zlib/ |
make_vms.com | 24 $! "" -> automatic, preference: MMK, MMS, built-in.
|
/src/sys/arch/i386/stand/lib/ |
exec_multiboot2.c | 435 switch (mpp->mpp_relocatable->preference) {
|