Searched refs:a1_index (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | check_native.c | 41 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument 149 if (a1_index == ifim->ifi_index) in __check_native() 152 a1_index = 0xffffffffu; in __check_native() 160 if (a1_index == 0xffffffffu in __check_native()
|
/glibc-2.36/inet/ |
D | check_native.c | 24 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument
|
/glibc-2.36/include/ |
D | ifaddrs.h | 33 extern void __check_native (uint32_t a1_index, int *a1_native,
|
/glibc-2.36/posix/ |
D | tst-rfc3484-3.c | 33 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument
|
D | tst-rfc3484.c | 33 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument
|
D | tst-rfc3484-2.c | 33 __check_native (uint32_t a1_index, int *a1_native, in __check_native() argument
|
/glibc-2.36/sysdeps/posix/ |
D | getaddrinfo.c | 1565 uint32_t a1_index; in rfc3484_sort() local 1571 a1_index = a1->index; in rfc3484_sort() 1574 a1_index = 0xffffffffu; in rfc3484_sort() 1587 __check_native (a1_index, &a1_native, a2_index, &a2_native); in rfc3484_sort() 1591 if (a1_index != -1 && src->results[i].index == a1_index) in rfc3484_sort()
|