Lines Matching full:hook
77 .Fn ng_hook_f "const char *hook" "const u_char *mesg" "size_t len" "void *uarg"
83 .Fn ng_register_hook "const struct lmodule *mod" "const char *hook" "ng_hook_f *func" "void *uarg"
101 .Fn ng_send_data "const char *hook" "const void *sndbuf" "size_t sndlen"
103 .Fn ng_mkpeer_id "ng_ID_t id" "const char *name" "const char *type" "const char *hook" "const char …
115 .Fn ng_rmhook_id "ng_ID_t id" "const char *hook"
117 .Fn ng_rmhook_tee_id "ng_ID_t id" "const char *hook"
121 .Fn ng_next_node_id "ng_ID_t node" "const char *type" "const char *hook"
131 .Fn ng_peer_hook_id "ng_ID_t id" "const char *hook" "char *peerhook"
220 hook through which to send the data, a pointer to the message buffer and
245 is called with a pointer to the received message, the hook on which the
246 message was received (or NULL if it was received not on a hook), the id
266 If a data message is received on that hook, the callback function
268 is called with the hook name, a pointer to the data message, the size of
322 writes the name of the peer hook of the hook
323 .Fa hook
331 The function returns 0 if the node and the hook is found, -1
338 returns the node id of the peer node that is on the other side of hook
339 .Fa hook
357 whose hook
360 .Fa hook
373 make a new hook connecting
387 connects hook
391 to hook
404 removes hook
405 .Fa hook
410 removes hook
411 .Fa hook