Searched refs:clnl_input (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnl.h66 void (*clnl_input) (struct mbuf *, ...); member in struct:clnl_protosw
H A Dclnp_input.c144 clnl_protox[ISO8473_CLNP].clnl_input = clnp_input;
270 if (clnlsw->clnl_input)
271 (*clnlsw->clnl_input) (m, &sh);
H A Didrp_usrreq.c88 clnl_protox[ISO10747_IDRP].clnl_input = idrp_input;
H A Desis.c152 clnl_protox[ISO9542_ESIS].clnl_input = esis_input;
153 clnl_protox[ISO10589_ISIS].clnl_input = isis_input;
155 clnl_protox[ISO9542X25_ESIS].clnl_input = x25esis_input;

Completed in 105 milliseconds