Lines Matching refs:item_p

94 typedef	struct ng_item *item_p;  typedef
112 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook);
113 typedef int ng_rcvdata_t(hook_p hook, item_p item);
115 typedef int ng_rcvitem (node_p node, hook_p hook, item_p item);
720 void dumpitem(item_p item, char *file, int line);
721 static __inline void _ngi_check(item_p item, char *file, int line) ;
722 static __inline struct mbuf ** _ngi_m(item_p item, char *file, int line) ;
723 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
724 static __inline struct ng_mesg ** _ngi_msg(item_p item, char *file, int line) ;
725 static __inline ng_item_fn ** _ngi_fn(item_p item, char *file, int line) ;
726 static __inline ng_item_fn2 ** _ngi_fn2(item_p item, char *file, int line) ;
727 static __inline void ** _ngi_arg1(item_p item, char *file, int line) ;
728 static __inline int * _ngi_arg2(item_p item, char *file, int line) ;
729 static __inline node_p _ngi_node(item_p item, char *file, int line);
730 static __inline hook_p _ngi_hook(item_p item, char *file, int line);
733 _ngi_check(item_p item, char *file, int line) in _ngi_check()
740 _ngi_m(item_p item, char *file, int line) in _ngi_m()
747 _ngi_msg(item_p item, char *file, int line) in _ngi_msg()
754 _ngi_retaddr(item_p item, char *file, int line) in _ngi_retaddr()
761 _ngi_fn(item_p item, char *file, int line) in _ngi_fn()
768 _ngi_fn2(item_p item, char *file, int line) in _ngi_fn2()
775 _ngi_arg1(item_p item, char *file, int line) in _ngi_arg1()
782 _ngi_arg2(item_p item, char *file, int line) in _ngi_arg2()
789 _ngi_node(item_p item, char *file, int line) in _ngi_node()
796 _ngi_hook(item_p item, char *file, int line) in _ngi_hook()
924 item_p _item; \
961 item_p _item; \
977 item_p _item; \
993 item_p _item; \
1140 int ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr);
1141 int ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retaddr);
1142 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
1151 item_p ng_package_data(struct mbuf *m, int flags);
1152 item_p ng_package_msg(struct ng_mesg *msg, int flags);
1153 item_p ng_package_msg_self(node_p here, hook_p hook, struct ng_mesg *msg);
1154 void ng_replace_retaddr(node_p here, item_p item, ng_ID_t retaddr);
1158 int ng_snd_item(item_p item, int queue);
1163 int ng_send_fn2(node_p node, hook_p hook, item_p pitem, ng_item_fn2 *fn,
1182 void ng_free_item(item_p item); /* Use NG_FREE_ITEM instead */