| HD | snmpmod.h | 83 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument 87 if ((FUNC)(_lelem, (PTR)) > 0) \ 95 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument 99 if ((FUNC)(_lelem, (PTR)) < 0) \ 149 #define FIND_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument 153 if ((FUNC)(OID, SUB, _lelem) == 0) \ 158 #define NEXT_OBJECT_FUNC_LINK(LIST, OID, SUB, LINK, FUNC) ({ \ argument 162 if ((FUNC)(OID, SUB, _lelem) < 0) \ 198 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument 199 INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, link, FUNC) [all …]
|