Searched refs:rmhook (Results 1 – 5 of 5) sorted by relevance
/freebsd/tests/sys/netgraph/ |
H A D | ng_macfilter_test.sh | 274 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx1 277 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx2 280 test_success "rmhook MF:xxx$i" ngctl rmhook MF: xxx3 297 ngctl rmhook MF: $h
|
/freebsd/usr.sbin/ngctl/ |
H A D | Makefile | 8 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 776 struct ngm_rmhook rmhook; in ng_rmhook() local 778 strlcpy(rmhook.ourhook, ourhook, NG_HOOKSIZ); in ng_rmhook() 780 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook() 789 struct ngm_rmhook rmhook; in ng_rmhook_id() local 792 strlcpy(rmhook.ourhook, hook, NG_HOOKSIZ); in ng_rmhook_id() 795 NGM_GENERIC_COOKIE, NGM_RMHOOK, &rmhook, sizeof(rmhook))); in ng_rmhook_id()
|
/freebsd/share/examples/netgraph/ |
H A D | ngctl | 25 rmhook Disconnect hook "hook" of the node at "path"
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 423 DEFINE_PARSE_STRUCT_TYPE(rmhook, RMHOOK, ());
|