Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/capture/
Dsll.h24 uint16_t sll_protocol; /* Protocol */ member
Dcooked.c329 hdr1.sll_protocol = htons(ptype); in create_sll_header()
/Zephyr-latest/tests/net/socket/af_packet/src/
Dmain.c331 dst.sll_protocol = htons(ETH_P_TSN); in ZTEST()
365 .sll_protocol = dst.sll_protocol, in ZTEST()
414 .sll_protocol = dst.sll_protocol, in ZTEST()
508 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()
539 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()
614 dst.sll_protocol = htons(ETH_P_IP); in ZTEST()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_test.c400 .sll_protocol = htons(ETH_P_IEEE802154), in set_up_recv_socket()
685 .sll_protocol = htons(ETH_P_IEEE802154)}; in test_dgram_packet_sending()
688 .sll_protocol = htons(ETH_P_IEEE802154), in test_dgram_packet_sending()
903 recv_src_sll.sll_protocol != htons(ETH_P_IEEE802154) || in test_dgram_packet_reception()
943 socket_sll.sll_protocol = htons(ETH_P_IEEE802154); in test_raw_packet_sending()
1102 .sll_protocol = htons(ETH_P_IEEE802154), in test_recv_and_send_ack_reply()
1161 recv_src_sll.sll_protocol != htons(ETH_P_IEEE802154) || in test_recv_and_send_ack_reply()
/Zephyr-latest/drivers/net/
Dnsos.h79 uint16_t sll_protocol; /**< Physical-layer protocol */ member
Dnsos_adapt.c339 addr_ll->sll_protocol = addr_ll_mid->sll_protocol; in sockaddr_from_nsos_mid()
426 addr_ll_mid->sll_protocol = addr_ll->sll_protocol; in sockaddr_to_nsos_mid()
Dnsos_sockets.c497 addr_ll_mid->sll_protocol = addr_ll->sll_protocol; in sockaddr_to_nsos_mid()
/Zephyr-latest/samples/net/sockets/packet/src/
Dpacket.c163 dst.sll_protocol = htons(ETH_P_IP); in send_packet_socket()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_packet.c190 addr.sll_protocol = htons(net_pkt_ll_proto_type(pkt)); in zpacket_set_source_addr()
219 addr.sll_protocol = hdr->type; in zpacket_set_source_addr()
/Zephyr-latest/include/zephyr/net/
Dnet_ip.h199 uint16_t sll_protocol; /**< Physical-layer protocol */ member
227 uint16_t sll_protocol; /**< Physical-layer protocol */ member
/Zephyr-latest/subsys/net/ip/
Dnet_context.c760 ll_addr.sll_protocol = htons(ETH_P_ALL); in bind_default()
1111 net_sll_ptr(&context->local)->sll_protocol = in net_context_bind()
1112 ll_addr->sll_protocol; in net_context_bind()
2586 ntohs(ll_addr->sll_protocol)); in context_sendto()
2610 ntohs(ll_dst_addr->sll_protocol)); in context_sendto()
2971 addr.sll_protocol = in net_context_recv()
2972 net_sll_ptr(&context->local)->sll_protocol; in net_context_recv()