Searched defs:link (Results 1 – 5 of 5) sorted by relevance
| /bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
| D | list.h | 29 #define INIT_LINK_TYPE(elt, link, type) \ argument 34 #define INIT_LINK(elt, link) \ argument 36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1) && \ argument 43 #define PREPEND(list, elt, link) \ argument 55 #define APPEND(list, elt, link) \ argument 67 #define UNLINK_TYPE(list, elt, link, type) \ argument 84 #define UNLINK(list, elt, link) \ argument 87 #define PREV(elt, link) ((elt)->link.prev) argument 88 #define NEXT(elt, link) ((elt)->link.next) argument 90 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
| /bionic/libc/bionic/ |
| D | link.cpp | 32 int link(const char* old_path, const char* new_path) { in link() function
|
| /bionic/libc/kernel/uapi/linux/ |
| D | ip6_tunnel.h | 35 int link; member 49 int link; member
|
| D | if_bonding.h | 71 __s8 link; member
|
| D | if_tunnel.h | 51 int link; member
|