Lines Matching defs:item_p

88 typedef	struct ng_item *item_p;
99 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook);
100 typedef int ng_rcvdata_t(hook_p hook, item_p item);
102 typedef int ng_rcvitem (node_p node, hook_p hook, item_p item);
714 void dumpitem(item_p item, char *file, int line);
715 static __inline void _ngi_check(item_p item, char *file, int line) ;
716 static __inline struct mbuf ** _ngi_m(item_p item, char *file, int line) ;
717 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
718 static __inline struct ng_mesg ** _ngi_msg(item_p item, char *file, int line) ;
719 static __inline ng_item_fn ** _ngi_fn(item_p item, char *file, int line) ;
720 static __inline ng_item_fn2 ** _ngi_fn2(item_p item, char *file, int line) ;
721 static __inline void ** _ngi_arg1(item_p item, char *file, int line) ;
722 static __inline int * _ngi_arg2(item_p item, char *file, int line) ;
723 static __inline node_p _ngi_node(item_p item, char *file, int line);
724 static __inline hook_p _ngi_hook(item_p item, char *file, int line);
727 _ngi_check(item_p item, char *file, int line)
734 _ngi_m(item_p item, char *file, int line)
741 _ngi_msg(item_p item, char *file, int line)
748 _ngi_retaddr(item_p item, char *file, int line)
755 _ngi_fn(item_p item, char *file, int line)
762 _ngi_fn2(item_p item, char *file, int line)
769 _ngi_arg1(item_p item, char *file, int line)
776 _ngi_arg2(item_p item, char *file, int line)
783 _ngi_node(item_p item, char *file, int line)
790 _ngi_hook(item_p item, char *file, int line)
918 item_p _item; \
955 item_p _item; \
971 item_p _item; \
987 item_p _item; \
1136 int ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr);
1137 int ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr);
1138 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
1147 item_p ng_package_data(struct mbuf *m, int flags);
1148 item_p ng_package_msg(struct ng_mesg *msg, int flags);
1149 item_p ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg);
1150 void ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr);
1154 int ng_snd_item(item_p item, int queue);
1159 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,
1177 void ng_free_item(item_p item); /* Use NG_FREE_ITEM instead */