Lines Matching refs:here
951 #define NG_SEND_MSG_HOOK(error, here, msg, hook, retaddr) \ argument
959 if (((error) = ng_address_hook((here), (_item), \
967 #define NG_SEND_MSG_PATH(error, here, msg, path, retaddr) \ argument
975 if (((error) = ng_address_path((here), (_item), \
983 #define NG_SEND_MSG_ID(error, here, msg, ID, retaddr) \ argument
991 if (((error) = ng_address_ID((here), (_item), \
1004 #define NG_FWD_MSG_HOOK(error, here, item, hook, retaddr) \ argument
1006 if (((error) = ng_address_hook((here), (item), \
1018 #define NG_RESPOND_MSG(error, here, item, resp) \ argument
1024 if ((error = ng_address_ID((here), (item), \
1132 int ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr);
1133 int ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr);
1134 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
1145 item_p ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg);
1146 void ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr);
1148 int ng_rmnode_self(node_p here); /* if a node wants to suicide */