Searched refs:orig_nl (Results 1 – 1 of 1) sorted by relevance
/external/libpcap/ |
D | gencode.c | 138 static u_int orig_linktype = (u_int)-1, orig_nl = (u_int)-1, label_stack_depth = (u_int)-1; variable 140 static u_int orig_linktype = -1U, orig_nl = -1U, label_stack_depth = -1U; variable 963 orig_nl = -1; 7901 orig_nl = off_nl; 7959 orig_nl = off_nl; 7963 b0 = gen_mcmp(OR_MACPL, orig_nl-2, BPF_B, 0, 0x01); 8000 b1 = gen_mcmp(OR_MACPL, orig_nl, BPF_W, (bpf_int32)label_num, 8063 orig_nl = off_nl; 8068 b1 = gen_mcmp(OR_MACPL, orig_nl, BPF_W,
|