Home
last modified time | relevance | path

Searched refs:rmhook (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/netgraph/
H A Dng_macfilter_test.sh274 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 DMakefile8 msg.c debug.c shutdown.c rmhook.c status.c types.c write.c
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c776 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 Dngctl25 rmhook Disconnect hook "hook" of the node at "path"
/freebsd/sys/netgraph/
H A Dng_base.c423 DEFINE_PARSE_STRUCT_TYPE(rmhook, RMHOOK, ());