Home
last modified time | relevance | path

Searched refs:ourhook (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/ngctl/
H A Ddot.c179 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 Drmhook.c72 snprintf(rmh.ourhook, sizeof(rmh.ourhook), "%s", av[1]); in RmHookCmd()
H A Dmkpeer.c75 snprintf(mkp.ourhook, sizeof(mkp.ourhook), "%s", av[2]); in MkPeerCmd()
H A Dconnect.c75 snprintf(con.ourhook, sizeof(con.ourhook), "%s", av[2]); in ConnectCmd()
H A Dshow.c131 printf(FMT, link->ourhook, peer->name, in ShowCmd()
/f-stack/tools/compat/include/netgraph/
H A Dng_message.h176 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 Dng_message.h174 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 Dng_base.c2535 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 Dff_ng_base.c2555 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()