Searched refs:ng_ID_t (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h37 extern ng_ID_t snmp_node;
40 typedef void ng_cookie_f(const struct ng_mesg *, const char *, ng_ID_t, void *);
44 ng_ID_t, ng_cookie_f *, void *);
57 int ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
64 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
69 ng_ID_t ng_mkpeer_id(ng_ID_t, const char *name, const char *type,
72 int ng_connect_id(ng_ID_t id, const char *ourhook, const char *peerhook);
73 int ng_connect2_id(ng_ID_t id, ng_ID_t pee
[all...]
H A Dsnmp_netgraph.c57 ng_ID_t snmp_node;
91 ng_ID_t id;
139 ng_register_cookie(const struct lmodule *mod, u_int32_t cookie, ng_ID_t id,
335 ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
427 ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
551 ng_ID_t
555 ng_ID_t id;
564 ng_ID_t
568 ng_ID_t id;
577 ng_ID_t
[all...]
/freebsd-current/sys/netgraph/
H A Dng_socketvar.h51 ng_ID_t node_id; /* a hint for netstat(1) to find the node */
H A Dng_ksocket.h101 ng_ID_t id;
H A Dng_message.h105 #define ng_ID_t uint32_t macro
228 ng_ID_t id; /* unique identifier */
353 ng_ID_t id; /* unique identifier */
H A Dnetgraph.h369 ng_ID_t nd_ID; /* Unique per node */
445 static __inline ng_ID_t _ng_node_id(node_p node, char *file, int line);
484 static __inline ng_ID_t
636 ng_ID_t msg_retaddr;
714 static __inline ng_ID_t * _ngi_retaddr(item_p item, char *file, int line);
744 static __inline ng_ID_t *
1020 ng_ID_t _dest = NGI_RETADDR(item); \
1131 int ng_address_ID(node_p here, item_p item, ng_ID_t ID, ng_ID_t retaddr);
1132 int ng_address_hook(node_p here, item_p item, hook_p hook, ng_ID_t retadd
[all...]
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)
838 ng_ID_t
916 ng_ID_t temp;
948 static ng_ID_t
958 return ((ng_ID_t)0);
963 return ((ng_ID_t)0);
965 return ((ng_ID_t)va
[all...]
H A Dng_ksocket.c89 ng_ID_t response_addr;
1138 NG_KSOCKET_TAG_SOCKADDR, sizeof(ng_ID_t) +
H A Dng_deflate.c68 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_pred1.c77 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_mppc.c158 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_socket.c904 ng_ID_t retaddr = NGI_RETADDR(item);
H A Dng_l2tp.c158 ng_ID_t ftarget; /* failure message target */
H A Dng_pppoe.c273 ng_ID_t creator; /* who to notify */
/freebsd-current/sys/netgraph/netflow/
H A Dng_netflow.c634 ((ng_ID_t *)(mtag + 1))[0] == NG_NODE_ID(node)) {
654 sizeof(ng_ID_t), M_NOWAIT);
656 ((ng_ID_t *)(mtag + 1))[0] = NG_NODE_ID(node);

Completed in 208 milliseconds