Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dgencode.c162 (cs)->off_prevlinkhdr = (cs)->off_linkhdr; \
164 (cs)->off_linkhdr.is_variable = (new_is_variable); \
165 (cs)->off_linkhdr.constant_part = (new_constant_part); \
166 (cs)->off_linkhdr.reg = (new_reg); \
302 bpf_abs_offset off_linkhdr; member
1182 cstate->off_linkhdr.constant_part = 0; in init_linktype()
1183 cstate->off_linkhdr.is_variable = 0; in init_linktype()
1184 cstate->off_linkhdr.reg = -1; in init_linktype()
1366 cstate->off_linkhdr.is_variable = 1; in init_linktype()
1410 cstate->off_linkhdr.is_variable = 1; in init_linktype()
[all …]