Home
last modified time | relevance | path

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

/mirbsd/src/sys/netisdn/
Di4b_uframe.c210 i4b_build_u_frame(l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char type) in i4b_build_u_frame() function
239 m = i4b_build_u_frame(l2sc, CR_CMD_TO_NT, pbit, SABME); in i4b_tx_sabme()
253 m = i4b_build_u_frame(l2sc, CR_RSP_TO_NT, fbit, DM); in i4b_tx_dm()
267 m = i4b_build_u_frame(l2sc, CR_CMD_TO_NT, pbit, DISC); in i4b_tx_disc()
281 m = i4b_build_u_frame(l2sc, CR_RSP_TO_NT, fbit, UA); in i4b_tx_ua()
295 m = i4b_build_u_frame(l2sc, CR_RSP_TO_NT, fbit, FRMR); in i4b_tx_frmr()
Di4b_l2.h303 extern struct mbuf * i4b_build_u_frame ( l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char…