Searched refs:sll_protocol (Results 1 – 11 of 11) sorted by relevance
24 uint16_t sll_protocol; /* Protocol */ member
329 hdr1.sll_protocol = htons(ptype); in create_sll_header()
331 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()
400 .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()
79 uint16_t sll_protocol; /**< Physical-layer protocol */ member
339 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()
497 addr_ll_mid->sll_protocol = addr_ll->sll_protocol; in sockaddr_to_nsos_mid()
163 dst.sll_protocol = htons(ETH_P_IP); in send_packet_socket()
190 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()
199 uint16_t sll_protocol; /**< Physical-layer protocol */ member227 uint16_t sll_protocol; /**< Physical-layer protocol */ member
760 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()