Searched refs:node_p (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_cmds.h46 void ng_hci_process_command_timeout (node_p, hook_p, void *, int);
H A Dng_hci_ulpi.h54 void ng_hci_process_con_timeout (node_p, hook_p, void *, int);
H A Dng_hci_misc.h40 void ng_hci_node_is_up (node_p, hook_p, void *, int);
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.h50 void ng_l2cap_process_lp_timeout (node_p, hook_p, void *, int);
51 void ng_l2cap_process_discon_timeout (node_p, hook_p, void *, int);
/freebsd-13-stable/sys/netgraph/
H A Dnetgraph.h88 typedef struct ng_node *node_p; typedef in typeref:struct:ng_node
99 typedef int ng_constructor_t(node_p node);
100 typedef int ng_close_t(node_p node);
101 typedef int ng_shutdown_t(node_p node);
102 typedef int ng_newhook_t(node_p node, hook_p hook, const char *name);
103 typedef hook_p ng_findhook_t(node_p node, const char *name);
105 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook);
108 typedef int ng_rcvitem (node_p node, hook_p hook, item_p item);
187 static __inline node_p _ng_hook_node(hook_p hook, char * file, int line);
270 static __inline node_p
[all...]
H A Dng_gif.c112 static void ng_gif_input2(node_p node, struct mbuf **mp, int af);
114 static int ng_gif_rcv_lower(node_p node, struct mbuf *m);
172 const node_p node = IFP2NG(ifp);
188 const node_p node = IFP2NG(ifp);
206 ng_gif_input2(node_p node, struct mbuf **mp, int af)
228 node_p node;
264 const node_p node = IFP2NG(ifp);
337 ng_gif_constructor(node_p node)
346 ng_gif_newhook(node_p node, hook_p hook, const char *name)
392 ng_gif_rcvmsg(node_p nod
[all...]
H A Dng_hub.c85 ng_hub_constructor(node_p node)
100 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook)
121 const node_p node = NG_HOOK_NODE(hook);
154 ng_hub_shutdown(node_p node)
H A Dng_split.c72 node_p node; /* Our netgraph node */
84 ng_split_constructor(node_p node)
103 ng_split_newhook(node_p node, hook_p hook, const char *name)
151 ng_split_shutdown(node_p node)
H A Dng_base.c223 static int ng_add_hook(node_p node, const char *name, hook_p * hookp);
224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
227 static void ng_worklist_add(node_p node);
229 static int ng_apply_item(node_p node, item_p item, int rw);
230 static void ng_flush_input_queue(node_p node);
231 static node_p ng_ID2noderef(ng_ID_t ID);
232 static int ng_con_nodes(item_p item, node_p node, const char *name,
233 node_p node2, const char *name2);
234 static int ng_con_part2(node_p node, item_p item, hook_p hook);
235 static int ng_con_part3(node_p nod
[all...]
H A Dng_echo.c77 nge_cons(node_p node)
86 nge_rcvmsg(node_p node, item_p item, hook_p lasthook)
H A Dng_UI.c100 ng_UI_constructor(node_p node)
114 ng_UI_newhook(node_p node, hook_p hook, const char *name)
135 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook)
169 const node_p node = NG_HOOK_NODE(hook);
209 ng_UI_shutdown(node_p node)
H A Dng_pred1.c94 static int ng_pred1_compress(node_p node, struct mbuf *m,
96 static int ng_pred1_decompress(node_p node, struct mbuf *m,
98 static void Pred1Init(node_p node);
99 static int Pred1Compress(node_p node, u_char *source, u_char *dest,
101 static int Pred1Decompress(node_p node, u_char *source, u_char *dest,
103 static void Pred1SyncTable(node_p node, u_char *source, int len);
188 ng_pred1_constructor(node_p node)
208 ng_pred1_newhook(node_p node, hook_p hook, const char *name)
229 ng_pred1_rcvmsg(node_p node, item_p item, hook_p lasthook)
301 const node_p nod
[all...]
H A Dng_ipfw.c74 static hook_p ng_ipfw_findhook1(node_p, u_int16_t );
78 static node_p fw_node;
148 ng_ipfw_constructor(node_p node)
154 ng_ipfw_newhook(node_p node, hook_p hook, const char *name)
201 ng_ipfw_findhook(node_p node, const char *name)
214 ng_ipfw_findhook1(node_p node, u_int16_t rulenum)
337 ng_ipfw_shutdown(node_p node)
H A Dng_ppp.c294 static int ng_ppp_proto_recv(node_p node, item_p item, uint16_t proto,
296 static int ng_ppp_hcomp_xmit(node_p node, item_p item, uint16_t proto);
297 static int ng_ppp_hcomp_recv(node_p node, item_p item, uint16_t proto,
299 static int ng_ppp_comp_xmit(node_p node, item_p item, uint16_t proto);
300 static int ng_ppp_comp_recv(node_p node, item_p item, uint16_t proto,
302 static int ng_ppp_crypt_xmit(node_p node, item_p item, uint16_t proto);
303 static int ng_ppp_crypt_recv(node_p node, item_p item, uint16_t proto,
305 static int ng_ppp_mp_xmit(node_p node, item_p item, uint16_t proto);
306 static int ng_ppp_mp_recv(node_p node, item_p item, uint16_t proto,
308 static int ng_ppp_link_xmit(node_p nod
[all...]
H A Dng_ether_echo.c81 ngee_cons(node_p node)
90 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook)
H A Dng_gif_demux.c120 node_p node; /* Our netgraph node */
233 ng_gif_demux_constructor(node_p node)
251 ng_gif_demux_newhook(node_p node, hook_p hook, const char *name)
275 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook)
308 const node_p node = NG_HOOK_NODE(hook);
369 ng_gif_demux_shutdown(node_p node)
H A Dng_ether.c248 const node_p node = IFP2NG(ifp);
265 const node_p node = IFP2NG(ifp);
284 const node_p node = IFP2NG(ifp);
308 node_p node;
356 const node_p node = IFP2NG(ifp);
378 const node_p node = IFP2NG(ifp);
414 node_p node;
443 ng_ether_constructor(node_p node)
452 ng_ether_newhook(node_p node, hook_p hook, const char *name)
492 ng_ether_rcvmsg(node_p nod
[all...]
H A Dng_atmllc.c92 ng_atmllc_constructor(node_p node)
103 ng_atmllc_rcvmsg(node_p node, item_p item, hook_p lasthook)
116 ng_atmllc_shutdown(node_p node)
130 ng_atmllc_newhook(node_p node, hook_p hook, const char *name)
265 node_p node;
H A Dng_sample.c133 node_p node; /* back pointer to node */
151 ng_xxx_constructor(node_p node)
182 ng_xxx_newhook(node_p node, hook_p hook, const char *name)
259 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook)
417 ng_xxx_shutdown(node_p node)
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c486 try_match_last_node(dag_node_t **node_p,
524 *node_p = node;
530 *node_p = NULL;
619 get_root_node(dag_node_t **node_p,
640 *node_p = bucket->node;
652 walk_dag_path(dag_node_t **node_p,
668 return svn_error_trace(get_root_node(node_p, root, change_set,
687 SVN_ERR(try_match_last_node(node_p, root, path));
690 if (*node_p)
705 return svn_error_trace(dag_step(node_p, roo
483 try_match_last_node(dag_node_t **node_p, svn_fs_root_t *root, const svn_string_t *path) argument
616 get_root_node(dag_node_t **node_p, svn_fs_root_t *root, svn_fs_x__change_set_t change_set, apr_pool_t *scratch_pool) argument
649 walk_dag_path(dag_node_t **node_p, svn_fs_root_t *root, svn_string_t *path, apr_pool_t *scratch_pool) argument
953 mutable_root_node(dag_node_t **node_p, svn_fs_root_t *root, const char *error_path, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1071 svn_fs_x__get_temp_dag_node(dag_node_t **node_p, svn_fs_root_t *root, const char *path, apr_pool_t *scratch_pool) argument
[all...]
H A Ddag_cache.h149 svn_fs_x__get_temp_dag_node(dag_node_t **node_p,
/freebsd-13-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c185 text_status(node_p node, struct priv *priv, char *arg, u_int len)
216 ng_sscfu_rcvmsg(node_p node, item_p item, hook_p lasthook)
347 ng_sscfu_newhook(node_p node, hook_p hook, const char *name)
364 node_p node = NG_HOOK_NODE(hook);
399 node_p node = NG_HOOK_NODE(hook);
428 node_p node = (node_p)p;
458 node_p node = NG_HOOK_NODE(hook);
494 node_p node = (node_p)
[all...]
/freebsd-13-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c245 ng_sscop_constructor(node_p node)
264 ng_sscop_shutdown(node_p node)
294 flow_upper(node_p node, struct ng_mesg *msg)
349 flow_lower(node_p node, struct ng_mesg *msg)
375 text_status(node_p node, struct priv *priv, char *arg, u_int len)
440 ng_sscop_rcvmsg(node_p node, item_p item, hook_p lasthook)
605 ng_sscop_newhook(node_p node, hook_p hook, const char *name)
625 node_p node = NG_HOOK_NODE(hook);
687 node_p node = (node_p)
[all...]
/freebsd-13-stable/sys/netgraph/atm/uni/
H A Dng_uni.c224 ng_uni_constructor(node_p node)
242 ng_uni_shutdown(node_p node)
271 text_status(node_p node, struct priv *priv, char *buf, u_int len)
307 ng_uni_rcvmsg(node_p node, item_p item, hook_p lasthook)
474 ng_uni_newhook(node_p node, hook_p hook, const char *name)
492 node_p node = NG_HOOK_NODE(hook);
522 node_p node = NG_HOOK_NODE(hook);
570 node_p node = (node_p)varg;
615 dump_saal_signal(node_p nod
[all...]
H A Dng_uni_cust.h103 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
117 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \
132 _##T##_func(node_p node, hook_p hook, void *arg1, int arg2) \

Completed in 104 milliseconds

1234