Lines Matching refs:NET_AF_PACKET
488 case NET_AF_PACKET: in net_context_check()
788 if (IS_ENABLED(CONFIG_NET_SOCKETS_PACKET) && family == NET_AF_PACKET) { in bind_default()
796 ll_addr.sll_family = NET_AF_PACKET; in bind_default()
1120 addr->sa_family == NET_AF_PACKET) { in net_context_bind()
1146 net_sll_ptr(&context->local)->sll_family = NET_AF_PACKET; in net_context_bind()
1402 addr->sa_family == NET_AF_PACKET) { in net_context_connect()
2574 } else if (IS_ENABLED(CONFIG_NET_SOCKETS_PACKET) && family == NET_AF_PACKET) { in context_sendto()
2784 } else if (IS_ENABLED(CONFIG_NET_SOCKETS_PACKET) && family == NET_AF_PACKET) { in context_sendto()
2939 net_context_get_family(context) == NET_AF_PACKET) { in net_context_send()
3250 family == NET_AF_PACKET) { in net_context_recv()
3258 addr.sll_family = NET_AF_PACKET; in net_context_recv()