Searched defs:off_payload (Results 1 - 1 of 1) sorted by relevance

/external/libpcap/
H A Dgencode.c385 u_int off_payload; member in struct:_compiler_state
1067 cstate->off_payload = -1;
1299 cstate->off_payload = SUNATM_PKT_BEGIN_POS;
1300 cstate->off_linktype.constant_part = cstate->off_payload;
1301 cstate->off_linkpl.constant_part = cstate->off_payload; /* if LLC-encapsulated */
8583 if (cstate->off_payload == (u_int)-1)
8585 b0 = gen_ncmp(cstate, OR_LINKHDR, cstate->off_payload + MSG_TYPE_POS, BPF_B,
8680 cstate->off_payload + 2, /* Ethernet header */

Completed in 449 milliseconds