Searched refs:i4b_build_s_frame (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/netisdn/ |
| D | i4b_sframe.c | 132 m = i4b_build_s_frame(l2sc, CR_CMD_TO_NT, pbit, RR); in i4b_tx_rr_command() 149 m = i4b_build_s_frame(l2sc, CR_RSP_TO_NT, fbit, RR); in i4b_tx_rr_response() 166 m = i4b_build_s_frame(l2sc, CR_CMD_TO_NT, pbit, RNR); in i4b_tx_rnr_command() 183 m = i4b_build_s_frame(l2sc, CR_RSP_TO_NT, fbit, RNR); in i4b_tx_rnr_response() 200 m = i4b_build_s_frame(l2sc, CR_RSP_TO_NT, fbit, REJ); in i4b_tx_rej_response() 211 i4b_build_s_frame(l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char type) in i4b_build_s_frame() function
|
| D | i4b_l2.h | 302 extern struct mbuf * i4b_build_s_frame ( l2_softc_t *l2sc, crbit_to_nt_t crbit, pbit_t pbit, u_char…
|