Home
last modified time | relevance | path

Searched refs:ng_ID_t (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dnetgraph.h364 ng_ID_t nd_ID; /* Unique per node */
442 static __inline ng_ID_t _ng_node_id(node_p node, char *file, int line);
481 static __inline ng_ID_t
637 ng_ID_t msg_retaddr;
715 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
745 static __inline ng_ID_t *
1021 ng_ID_t _dest = NGI_RETADDR(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);
1142 ng_ID_t ng_node2ID(node_p node);
[all …]
H A Dng_message.h104 #define ng_ID_t uint32_t macro
227 ng_ID_t id; /* unique identifier */
352 ng_ID_t id; /* unique identifier */
H A Dng_socketvar.h53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
H A Dng_ksocket.h103 ng_ID_t id;
H A Dng_base.c225 static ng_ID_t ng_decodeidname(const char *name);
231 static node_p ng_ID2noderef(ng_ID_t ID);
381 VNET_DEFINE_STATIC(ng_ID_t, nextID) = 1;
826 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef()
838 ng_ID_t
912 ng_ID_t temp; in ng_name2noderef()
944 static ng_ID_t
954 return ((ng_ID_t)0); in ng_decodeidname()
959 return ((ng_ID_t)0); in ng_decodeidname()
961 return ((ng_ID_t)val); in ng_decodeidname()
[all …]
H A Dng_ksocket.c91 ng_ID_t response_addr;
668 ng_ID_t raddr; in ng_ksocket_rcvmsg()
1131 NG_KSOCKET_TAG_SOCKADDR, sizeof(ng_ID_t) + in ng_ksocket_incoming2()
H A Dng_pred1.c79 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_deflate.c70 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_mppc.c159 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_socket.c899 ng_ID_t retaddr = NGI_RETADDR(item); in ngs_rcvmsg()
H A Dng_l2tp.c157 ng_ID_t ftarget; /* failure message target */
H A Dng_pppoe.c259 ng_ID_t creator; /* who to notify */
/f-stack/tools/compat/include/netgraph/
H A Dnetgraph.h366 ng_ID_t nd_ID; /* Unique per node */
444 static __inline ng_ID_t _ng_node_id(node_p node, char *file, int line);
483 static __inline ng_ID_t
639 ng_ID_t msg_retaddr;
717 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
747 static __inline ng_ID_t *
1023 ng_ID_t _dest = NGI_RETADDR(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);
1146 ng_ID_t ng_node2ID(node_p node);
[all …]
H A Dng_message.h106 #define ng_ID_t uint32_t macro
229 ng_ID_t id; /* unique identifier */
354 ng_ID_t id; /* unique identifier */
H A Dng_socketvar.h53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
H A Dng_ksocket.h103 ng_ID_t id;
/f-stack/lib/
H A Dff_ng_base.c225 static ng_ID_t ng_decodeidname(const char *name);
235 static node_p ng_ID2noderef(ng_ID_t ID);
385 VNET_DEFINE_STATIC(ng_ID_t, nextID) = 1;
832 ng_ID2noderef(ng_ID_t ID) in ng_ID2noderef()
844 ng_ID_t
918 ng_ID_t temp; in ng_name2noderef()
950 static ng_ID_t
960 return ((ng_ID_t)0); in ng_decodeidname()
965 return ((ng_ID_t)0); in ng_decodeidname()
967 return ((ng_ID_t)val); in ng_decodeidname()
[all …]
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.c631 ((ng_ID_t *)(mtag + 1))[0] == NG_NODE_ID(node)) { in ng_netflow_rcvdata()
651 sizeof(ng_ID_t), M_NOWAIT); in ng_netflow_rcvdata()
653 ((ng_ID_t *)(mtag + 1))[0] = NG_NODE_ID(node); in ng_netflow_rcvdata()