Lines Matching defs:len
1396 __maybe_unused static int get_bool_option(bool option, int *value, size_t *len) in get_bool_option()
1415 __maybe_unused static int get_uint8_option(uint8_t option, uint8_t *value, size_t *len) in get_uint8_option()
1430 __maybe_unused static int get_uint16_option(uint16_t option, int *value, size_t *len) in get_uint16_option()
1446 void *value, size_t *len) in get_context_priority()
1461 void *value, size_t *len) in get_context_proxy()
1489 void *value, size_t *len) in get_context_txtime()
1504 void *value, size_t *len) in get_context_rcvtimeo()
1524 void *value, size_t *len) in get_context_sndtimeo()
1544 void *value, size_t *len) in get_context_rcvbuf()
1559 void *value, size_t *len) in get_context_sndbuf()
1574 void *value, size_t *len) in get_context_dscp_ecn()
1589 void *value, size_t *len) in get_context_ttl()
1609 void *value, size_t *len) in get_context_mcast_ttl()
1629 void *value, size_t *len) in get_context_mcast_hop_limit()
1649 void *value, size_t *len) in get_context_unicast_hop_limit()
1669 void *value, size_t *len) in get_context_reuseaddr()
1684 void *value, size_t *len) in get_context_reuseport()
1699 void *value, size_t *len) in get_context_ipv6_v6only()
1714 void *value, size_t *len) in get_context_recv_pktinfo()
1729 void *value, size_t *len) in get_context_addr_preferences()
1744 void *value, size_t *len) in get_context_timestamping()
1775 int len = MIN(msghdr->msg_iov[i].iov_len, buf_len); in context_write_data() local
1799 size_t len, in context_setup_udp_packet()
1877 size_t len, k_timeout_t timeout) in context_alloc_pkt()
1931 size_t len, in context_sendto()
2320 size_t len, in net_context_send()
2382 size_t len, in net_context_sendto()
2725 __maybe_unused static int set_bool_option(bool *option, const void *value, size_t len) in set_bool_option()
2740 __maybe_unused static int set_uint8_option(uint8_t *option, const void *value, size_t len) in set_uint8_option()
2755 __maybe_unused static int set_uint16_option(uint16_t *option, const void *value, size_t len) in set_uint16_option()
2780 const void *value, size_t len) in set_context_priority()
2794 const void *value, size_t len) in set_context_txtime()
2808 const void *value, size_t len) in set_context_proxy()
2835 const void *value, size_t len) in set_context_rcvtimeo()
2855 const void *value, size_t len) in set_context_sndtimeo()
2875 const void *value, size_t len) in set_context_rcvbuf()
2889 const void *value, size_t len) in set_context_sndbuf()
2903 const void *value, size_t len) in set_context_dscp_ecn()
2917 const void *value, size_t len) in set_context_ttl()
2935 const void *value, size_t len) in set_context_mcast_ttl()
2953 const void *value, size_t len) in set_context_mcast_hop_limit()
2989 const void *value, size_t len) in set_context_unicast_hop_limit()
3008 const void *value, size_t len) in set_context_reuseaddr()
3022 const void *value, size_t len) in set_context_reuseport()
3036 const void *value, size_t len) in set_context_ipv6_v6only()
3050 const void *value, size_t len) in set_context_recv_pktinfo()
3064 const void *value, size_t len) in set_context_addr_preferences()
3079 const void *value, size_t len) in set_context_timestamping()
3097 const void *value, size_t len) in net_context_set_option()
3173 void *value, size_t *len) in net_context_get_option()