Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dcapture.h266 uint16_t hatype; member
285 uint16_t hatype,
290 uint16_t hatype, in net_capture_cooked_setup() argument
295 ARG_UNUSED(hatype); in net_capture_cooked_setup()
/Zephyr-latest/subsys/net/lib/capture/
Dcooked.c294 uint16_t hatype, in net_capture_cooked_setup() argument
304 ctx->hatype = hatype; in net_capture_cooked_setup()
326 hdr1.sll_hatype = htons(ctx->hatype); in create_sll_header()
338 hdr2.sll2_hatype = htons(ctx->hatype); in create_sll_header()
/Zephyr-latest/samples/net/capture/src/
Dmain.c53 .hatype = ARPHRD_CAN,
79 .hatype = ARPHRD_PPP,