Searched refs:ourhook (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/ngctl/ |
| H A D | dot.c | 179 hlist->link[j].ourhook, hlist->link[j].ourhook); in DotCmd() 187 hlist->link[j].ourhook); in DotCmd() 199 hlist->link[j].ourhook, in DotCmd() 204 hlist->link[j].ourhook, in DotCmd()
|
| H A D | rmhook.c | 72 snprintf(rmh.ourhook, sizeof(rmh.ourhook), "%s", av[1]); in RmHookCmd()
|
| H A D | mkpeer.c | 75 snprintf(mkp.ourhook, sizeof(mkp.ourhook), "%s", av[2]); in MkPeerCmd()
|
| H A D | connect.c | 75 snprintf(con.ourhook, sizeof(con.ourhook), "%s", av[2]); in ConnectCmd()
|
| H A D | show.c | 131 printf(FMT, link->ourhook, peer->name, in ShowCmd()
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | ng_message.h | 176 char ourhook[NG_HOOKSIZ]; /* hook name */ member 191 char ourhook[NG_HOOKSIZ]; /* hook name */ member 216 char ourhook[NG_HOOKSIZ]; /* hook name */ member 244 char ourhook[NG_HOOKSIZ]; /* hook name */ member
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_message.h | 174 char ourhook[NG_HOOKSIZ]; /* hook name */ member 189 char ourhook[NG_HOOKSIZ]; /* hook name */ member 214 char ourhook[NG_HOOKSIZ]; /* hook name */ member 242 char ourhook[NG_HOOKSIZ]; /* hook name */ member
|
| H A D | ng_base.c | 2535 mkp->ourhook[sizeof(mkp->ourhook) - 1] = '\0'; in ng_generic_msg() 2537 error = ng_mkpeer(here, mkp->ourhook, mkp->peerhook, mkp->type); in ng_generic_msg() 2552 con->ourhook[sizeof(con->ourhook) - 1] = '\0'; in ng_generic_msg() 2558 error = ng_con_nodes(item, here, con->ourhook, in ng_generic_msg() 2586 rmh->ourhook[sizeof(rmh->ourhook) - 1] = '\0'; in ng_generic_msg() 2587 if ((hook = ng_findhook(here, rmh->ourhook)) != NULL) in ng_generic_msg() 2645 strcpy(link->ourhook, NG_HOOK_NAME(hook)); in ng_generic_msg()
|
| /f-stack/lib/ |
| H A D | ff_ng_base.c | 2555 mkp->ourhook[sizeof(mkp->ourhook) - 1] = '\0'; in ng_generic_msg() 2557 error = ng_mkpeer(here, mkp->ourhook, mkp->peerhook, mkp->type); in ng_generic_msg() 2572 con->ourhook[sizeof(con->ourhook) - 1] = '\0'; in ng_generic_msg() 2578 error = ng_con_nodes(item, here, con->ourhook, in ng_generic_msg() 2606 rmh->ourhook[sizeof(rmh->ourhook) - 1] = '\0'; in ng_generic_msg() 2607 if ((hook = ng_findhook(here, rmh->ourhook)) != NULL) in ng_generic_msg() 2665 strcpy(link->ourhook, NG_HOOK_NAME(hook)); in ng_generic_msg()
|