OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sllp
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tcpdump/dist/
print-sll.c
161
sll_print(netdissect_options *ndo, const struct sll_header *
sllp
, u_int length)
167
tok2str(sll_pkttype_values,"?",GET_BE_U_2(
sllp
->sll_pkttype)));
174
if (GET_BE_U_2(
sllp
->sll_halen) == MAC_ADDR_LEN)
175
ND_PRINT("%s ", GET_ETHERADDR_STRING(
sllp
->sll_addr));
178
ether_type = GET_BE_U_2(
sllp
->sll_protocol);
228
const struct sll_header *
sllp
;
local
237
sllp
= (const struct sll_header *)p;
240
sll_print(ndo,
sllp
, length);
250
hatype = GET_BE_U_2(
sllp
->sll_hatype);
262
ether_type = GET_BE_U_2(
sllp
->sll_protocol)
411
const struct sll2_header *
sllp
;
local
[
all
...]
Completed in 26 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026