Lines Matching defs:len
1549 __maybe_unused static int get_bool_option(bool option, int *value, size_t *len) in get_bool_option()
1568 __maybe_unused static int get_uint8_option(uint8_t option, uint8_t *value, size_t *len) in get_uint8_option()
1583 __maybe_unused static int get_uint16_option(uint16_t option, int *value, size_t *len) in get_uint16_option()
1599 void *value, size_t *len) in get_context_priority()
1614 void *value, size_t *len) in get_context_proxy()
1642 void *value, size_t *len) in get_context_txtime()
1657 void *value, size_t *len) in get_context_rcvtimeo()
1677 void *value, size_t *len) in get_context_sndtimeo()
1697 void *value, size_t *len) in get_context_rcvbuf()
1712 void *value, size_t *len) in get_context_sndbuf()
1727 void *value, size_t *len) in get_context_dscp_ecn()
1742 void *value, size_t *len) in get_context_ttl()
1762 void *value, size_t *len) in get_context_mcast_ttl()
1782 void *value, size_t *len) in get_context_mcast_hop_limit()
1802 void *value, size_t *len) in get_context_unicast_hop_limit()
1822 void *value, size_t *len) in get_context_reuseaddr()
1837 void *value, size_t *len) in get_context_reuseport()
1852 void *value, size_t *len) in get_context_ipv6_v6only()
1867 void *value, size_t *len) in get_context_recv_pktinfo()
1882 void *value, size_t *len) in get_context_addr_preferences()
1897 void *value, size_t *len) in get_context_timestamping()
1917 void *value, size_t *len) in get_context_mtu()
1959 void *value, size_t *len) in get_context_mcast_ifindex()
2017 void *value, size_t *len) in get_context_local_port_range()
2048 int len = MIN(msghdr->msg_iov[i].iov_len, buf_len); in context_write_data() local
2072 size_t len, in context_setup_udp_packet()
2150 size_t len, k_timeout_t timeout) in context_alloc_pkt()
2204 size_t len, in context_sendto()
2619 size_t len, in net_context_send()
2681 size_t len, in net_context_sendto()
3024 __maybe_unused static int set_bool_option(bool *option, const void *value, size_t len) in set_bool_option()
3039 __maybe_unused static int set_uint8_option(uint8_t *option, const void *value, size_t len) in set_uint8_option()
3054 __maybe_unused static int set_uint16_option(uint16_t *option, const void *value, size_t len) in set_uint16_option()
3079 const void *value, size_t len) in set_context_priority()
3093 const void *value, size_t len) in set_context_txtime()
3107 const void *value, size_t len) in set_context_proxy()
3134 const void *value, size_t len) in set_context_rcvtimeo()
3154 const void *value, size_t len) in set_context_sndtimeo()
3174 const void *value, size_t len) in set_context_rcvbuf()
3188 const void *value, size_t len) in set_context_sndbuf()
3202 const void *value, size_t len) in set_context_dscp_ecn()
3216 const void *value, size_t len) in set_context_ttl()
3234 const void *value, size_t len) in set_context_mcast_ttl()
3252 const void *value, size_t len) in set_context_mcast_hop_limit()
3288 const void *value, size_t len) in set_context_unicast_hop_limit()
3307 const void *value, size_t len) in set_context_reuseaddr()
3321 const void *value, size_t len) in set_context_reuseport()
3335 const void *value, size_t len) in set_context_ipv6_mtu()
3384 const void *value, size_t len) in set_context_ipv6_v6only()
3398 const void *value, size_t len) in set_context_recv_pktinfo()
3412 const void *value, size_t len) in set_context_addr_preferences()
3427 const void *value, size_t len) in set_context_timestamping()
3444 const void *value, size_t len) in set_context_mcast_ifindex()
3505 const void *value, size_t len) in set_context_local_port_range()
3545 const void *value, size_t len) in net_context_set_option()
3638 void *value, size_t *len) in net_context_get_option()