Searched refs:rmhook (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/tests/sys/netgraph/ |
| H A D | ng_macfilter_test.sh | 275 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx1 278 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx2 281 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx3 298 ngctl rmhook MF: $h
|
| /freebsd-13.1/usr.sbin/ngctl/ |
| H A D | Makefile | 9 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
|
| /freebsd-13.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-13.1/share/examples/netgraph/ |
| H A D | ngctl | 26 rmhook Disconnect hook "hook" of the node at "path"
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_base.c | 423 DEFINE_PARSE_STRUCT_TYPE(rmhook, RMHOOK, ());
|