Searched refs:socket_type (Results 1 – 5 of 5) sorted by relevance
73 obj->socket_type == SOCK_DGRAM ? 'D' : in walk_sockets()74 (obj->socket_type == SOCK_STREAM ? 'S' : in walk_sockets()75 (obj->socket_type == SOCK_RAW ? 'R' : ' ')), in walk_sockets()
490 enum net_sock_type socket_type; in ieee802154_send() local498 socket_type = net_context_get_type(context); in ieee802154_send()499 if (socket_type == SOCK_RAW) { in ieee802154_send()502 socket_type == SOCK_DGRAM) { in ieee802154_send()
50 obj->socket_type = type; in set_fields()
223 int socket_type; member
395 static int set_up_recv_socket(enum net_sock_type socket_type) in set_up_recv_socket() argument408 fd = zsock_socket(AF_PACKET, socket_type, htons(ETH_P_IEEE802154)); in set_up_recv_socket()