Searched refs:rmhook (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/usr.sbin/ngctl/ |
| H A D | Makefile | 9 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
|
| /freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
| H A D | snmp_netgraph.c | 778 struct ngm_rmhook rmhook; in ng_rmhook() local 780 strlcpy(rmhook.ourhook, ourhook, NG_HOOKSIZ); in ng_rmhook() 782 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook() 791 struct ngm_rmhook rmhook; in ng_rmhook_id() local 794 strlcpy(rmhook.ourhook, hook, NG_HOOKSIZ); in ng_rmhook_id() 797 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook_id()
|
| /freebsd-12.1/share/examples/netgraph/ |
| H A D | ngctl | 26 rmhook Disconnect hook "hook" of the node at "path"
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_base.c | 422 DEFINE_PARSE_STRUCT_TYPE(rmhook, RMHOOK, ());
|