Searched refs:nodeinfo (Results 1 – 13 of 13) sorted by relevance
| /f-stack/tools/ngctl/ |
| H A D | dot.c | 130 (uintmax_t)nlist->nodeinfo[i].id, in DotCmd() 132 nlist->nodeinfo[i].name : UNNAMED, in DotCmd() 133 nlist->nodeinfo[i].type, (uintmax_t)nlist->nodeinfo[i].id); in DotCmd() 139 if (nlist->nodeinfo[i].hooks == 0) in DotCmd() 141 (uintmax_t)nlist->nodeinfo[i].id); in DotCmd() 147 struct nodeinfo *ninfo; in DotCmd() 152 (uintmax_t)nlist->nodeinfo[i].id); in DotCmd() 168 ninfo = &hlist->nodeinfo; in DotCmd() 178 (uintmax_t)nlist->nodeinfo[i].id, in DotCmd() 185 (uintmax_t)nlist->nodeinfo[i].id, in DotCmd() [all …]
|
| H A D | show.c | 68 struct nodeinfo *ninfo; in ShowCmd() 109 ninfo = &hlist->nodeinfo; in ShowCmd() 123 struct nodeinfo *const peer = &hlist->link[k].nodeinfo; in ShowCmd()
|
| H A D | list.c | 69 struct nodeinfo *ninfo; in ListCmd() 116 ninfo = nlist->nodeinfo; in ListCmd()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_message.h | 226 struct nodeinfo { struct 246 struct nodeinfo nodeinfo; argument 258 struct nodeinfo nodeinfo; /* node information */ member 272 struct nodeinfo nodeinfo[]; member 373 #define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_message.h | 224 struct nodeinfo { struct 244 struct nodeinfo nodeinfo; member 256 struct nodeinfo nodeinfo; /* node information */ member 270 struct nodeinfo nodeinfo[]; member 370 #define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */
|
| H A D | ng_base.c | 445 return hl->nodeinfo.hooks; in ng_generic_linkinfo_getLength() 2593 struct nodeinfo *ni; in ng_generic_msg() 2602 ni = (struct nodeinfo *) resp->data; in ng_generic_msg() 2614 struct nodeinfo *ni; in ng_generic_msg() 2625 ni = &hl->nodeinfo; in ng_generic_msg() 2648 strcpy(link->nodeinfo.name, in ng_generic_msg() 2650 strcpy(link->nodeinfo.type, in ng_generic_msg() 2680 struct nodeinfo *const np = in ng_generic_msg() 2681 &nl->nodeinfo[nl->numnames]; in ng_generic_msg() 2719 struct nodeinfo *const np = in ng_generic_msg() [all …]
|
| /f-stack/tools/netstat/ |
| H A D | netgraph.c | 90 u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)]; in netgraphprotopr() 92 struct nodeinfo *ni = (struct nodeinfo *) resp->data; in netgraphprotopr()
|
| /f-stack/tools/libnetgraph/ |
| H A D | sock.c | 120 sizeof(struct nodeinfo)]; in NgMkSockNode() 123 struct nodeinfo *const ni = (struct nodeinfo *) res.res.data; in NgMkSockNode()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 428 DEFINE_PARSE_STRUCT_TYPE(nodeinfo, NODEINFO, ()); 449 return hl->nodeinfo.hooks; in ng_generic_linkinfo_getLength() 2613 struct nodeinfo *ni; in ng_generic_msg() 2622 ni = (struct nodeinfo *) resp->data; in ng_generic_msg() 2634 struct nodeinfo *ni; in ng_generic_msg() 2645 ni = &hl->nodeinfo; in ng_generic_msg() 2668 strcpy(link->nodeinfo.name, in ng_generic_msg() 2670 strcpy(link->nodeinfo.type, in ng_generic_msg() 2700 struct nodeinfo *const np = in ng_generic_msg() 2701 &nl->nodeinfo[nl->numnames]; in ng_generic_msg() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/include/ |
| H A D | ng_btsocket.h | 198 struct nodeinfo *names;
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_hci_raw.c | 1354 struct nodeinfo *ni = nl->names; in ng_btsocket_hci_raw_control() 1396 struct nodeinfo *ni1 = &nl1->nodeinfo[0]; in ng_btsocket_hci_raw_control()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 581 SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_NODEINFO, nodeinfo,
|
| /f-stack/freebsd/netgraph/bluetooth/drivers/h4/ |
| H A D | ng_h4.c | 306 #define NI(x) ((struct nodeinfo *)(x)) in ng_h4_ioctl()
|