- @function proto_register_plumber
- @discussion Allows the caller to specify the functions called when a
- protocol is attached to an interface belonging to the specified
- family and when that protocol is detached.
- @param proto_fam The protocol family these plumbing functions will
- handle.
- @param if_fam The interface family these plumbing functions will
- handle.
- @param plumb The function to call to attach the protocol to an
- interface.
- @param unplumb The function to call to detach the protocol to an
- interface, may be NULL in which case ifnet_detach_protocol will
- be used to detach the protocol.
- @result A non-zero value of the attach failed.
+ * @function proto_register_plumber
+ * @discussion Allows the caller to specify the functions called when a
+ * protocol is attached to an interface belonging to the specified
+ * family and when that protocol is detached.
+ * @param proto_fam The protocol family these plumbing functions will
+ * handle.
+ * @param if_fam The interface family these plumbing functions will
+ * handle.
+ * @param plumb The function to call to attach the protocol to an
+ * interface.
+ * @param unplumb The function to call to detach the protocol to an
+ * interface, may be NULL in which case ifnet_detach_protocol will
+ * be used to detach the protocol.
+ * @result A non-zero value of the attach failed.