0xffffffffU, jtype, reverse, jvalue);
break;
- case A_CALLREFTYPE:
- if (!cstate->is_atm)
- bpf_error(cstate, "'callref' supported only on raw ATM");
- if (cstate->off_proto == OFFSET_NOT_SET)
- abort();
- b0 = gen_ncmp(cstate, OR_LINKHDR, cstate->off_proto, BPF_B,
- 0xffffffffU, jtype, reverse, jvalue);
- break;
-
default:
abort();
}
cstate->off_nl_nosnap = 3; /* 802.3+802.2 */
break;
- case A_LLC:
- /* Get all LLC-encapsulated packets */
- if (!cstate->is_atm)
- bpf_error(cstate, "'llc' supported only on raw ATM");
- b1 = gen_atmtype_llc(cstate);
- break;
-
default:
abort();
}
#define A_OAM 28 /* OAM cells : F4 only */
#define A_OAMF4 29 /* OAM F4 cells: Segment + End-to-end */
#define A_LANE 30 /* LANE traffic */
-#define A_LLC 31 /* LLC-encapsulated traffic */
/* Based on Q.2931 signalling protocol */
#define A_SETUP 41 /* Setup message */
#define A_VCI 52
#define A_PROTOTYPE 53
#define A_MSGTYPE 54
-#define A_CALLREFTYPE 55
#define A_CONNECTMSG 70 /* returns Q.2931 signalling messages for
establishing and destroying switched