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

/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.h39 extern ng_ID_t snmp_node;
42 typedef void ng_cookie_f(const struct ng_mesg *, const char *, ng_ID_t, void *);
46 ng_ID_t, ng_cookie_f *, void *);
59 int ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
66 struct ng_mesg *ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
71 ng_ID_t ng_mkpeer_id(ng_ID_t, const char *name, const char *type,
74 int ng_connect_id(ng_ID_t id, const char *ourhook, const char *peerhook);
75 int ng_connect2_id(ng_ID_t id, ng_ID_t pee
[all...]
H A Dsnmp_netgraph.c59 ng_ID_t snmp_node;
93 ng_ID_t id;
141 ng_register_cookie(const struct lmodule *mod, u_int32_t cookie, ng_ID_t id,
337 ng_output_id(ng_ID_t node, u_int cookie, u_int opcode,
429 ng_dialog_id(ng_ID_t id, u_int cookie, u_int opcode,
553 ng_ID_t
557 ng_ID_t id;
566 ng_ID_t
570 ng_ID_t id;
579 ng_ID_t
[all...]
/freebsd-11-stable/sys/netgraph/
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_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 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 retadd
[all...]
H A Dng_base.c224 static ng_ID_t ng_decodeidname(const char *name);
230 static node_p ng_ID2noderef(ng_ID_t ID);
380 static VNET_DEFINE(ng_ID_t, nextID) = 1;
825 ng_ID2noderef(ng_ID_t ID)
837 ng_ID_t
915 ng_ID_t temp;
947 static ng_ID_t
957 return ((ng_ID_t)0);
962 return ((ng_ID_t)0);
964 return ((ng_ID_t)va
[all...]
H A Dng_ksocket.c91 ng_ID_t response_addr;
670 ng_ID_t raddr;
1143 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_socket.c886 ng_ID_t retaddr = NGI_RETADDR(item);
H A Dng_mppc.c158 ng_ID_t ctrlnode; /* path to controlling node */
H A Dng_l2tp.c157 ng_ID_t ftarget; /* failure message target */
H A Dng_pppoe.c258 ng_ID_t creator; /* who to notify */
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c59 ng_ID_t atm_node;
103 ng_ID_t node, void *uarg)
/freebsd-11-stable/sys/netgraph/netflow/
H A Dng_netflow.c631 ((ng_ID_t *)(mtag + 1))[0] == NG_NODE_ID(node)) {
651 sizeof(ng_ID_t), M_NOWAIT);
653 ((ng_ID_t *)(mtag + 1))[0] = NG_NODE_ID(node);

Completed in 191 milliseconds