Searched refs:ng_ID_t (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 364 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 D | ng_message.h | 104 #define ng_ID_t uint32_t macro 227 ng_ID_t id; /* unique identifier */ 352 ng_ID_t id; /* unique identifier */
|
| H A D | ng_socketvar.h | 53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
|
| H A D | ng_ksocket.h | 103 ng_ID_t id;
|
| H A D | ng_base.c | 225 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 D | ng_ksocket.c | 91 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 D | ng_pred1.c | 79 ng_ID_t ctrlnode; /* path to controlling node */
|
| H A D | ng_deflate.c | 70 ng_ID_t ctrlnode; /* path to controlling node */
|
| H A D | ng_mppc.c | 159 ng_ID_t ctrlnode; /* path to controlling node */
|
| H A D | ng_socket.c | 899 ng_ID_t retaddr = NGI_RETADDR(item); in ngs_rcvmsg()
|
| H A D | ng_l2tp.c | 157 ng_ID_t ftarget; /* failure message target */
|
| H A D | ng_pppoe.c | 259 ng_ID_t creator; /* who to notify */
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 366 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 D | ng_message.h | 106 #define ng_ID_t uint32_t macro 229 ng_ID_t id; /* unique identifier */ 354 ng_ID_t id; /* unique identifier */
|
| H A D | ng_socketvar.h | 53 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
|
| H A D | ng_ksocket.h | 103 ng_ID_t id;
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 225 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 D | ng_netflow.c | 631 ((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()
|