Home
last modified time | relevance | path

Searched refs:llc_control (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/netccitt/
H A Dllc_output.c158 frame->llc_control = LLC_INFO; in llc_rawsend()
159 LLCSBITS(frame->llc_control, i_ns, vs); in llc_rawsend()
164 frame->llc_control = LLC_RR; in llc_rawsend()
170 frame->llc_control = LLC_RNR; in llc_rawsend()
176 frame->llc_control = LLC_REJ; in llc_rawsend()
183 frame->llc_control = LLC_DM; in llc_rawsend()
186 frame->llc_control = LLC_SABME; in llc_rawsend()
189 frame->llc_control = LLC_DISC; in llc_rawsend()
192 frame->llc_control = LLC_UA; in llc_rawsend()
195 frame->llc_control = LLC_UI; in llc_rawsend()
[all …]
H A Dllc_input.c142 if (((frame->llc_control & 0x03) != 0x03) in llcintr()
289 pollfinal = ((frame->llc_control & 0x03) == 0x03) ? in llc_input()
290 LLCGBITS(frame->llc_control, u_pf) : in llc_input()
H A Dllc_var.h512 if ((f)->llc_control & 0x3) { \
513 (l)->llcl_frmr_pdu0 = (f)->llc_control; \
516 (l)->llcl_frmr_pdu0 = (f)->llc_control; \
H A Dllc_subr.c2184 if ((frame->llc_control & 01) == 0) { in llc_decode()
2187 } else switch (frame->llc_control) { in llc_decode()
2216 if (LLCGBITS(frame->llc_control, i_ns) != linkp->llcl_vr) { in llc_decode()
/original-bsd/sys/net/
H A Dif_llc.h57 #define llc_control llc_un.type_u.control macro
H A Dif_ethersubr.c168 l->llc_control = LLC_UI;
212 l->llc_control & 0xff);
330 switch (l->llc_control) {
/original-bsd/sys/netiso/
H A Dif_un.eg557 l->llc_control);
560 switch (l->llc_control) {