Home
last modified time | relevance | path

Searched refs:proto_input_handler (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dkpi_protocol.h64 typedef void (*proto_input_handler)(protocol_family_t protocol, mbuf_t packet); typedef
87 proto_input_handler input, proto_input_detached_handler detached,
H A Dkpi_protocol.c54 proto_input_handler input;
84 proto_register_input(protocol_family_t protocol, proto_input_handler input, in proto_register_input()