Searched refs:new_limit (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/lib/dns/ |
D | llmnr_responder.c | 295 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 297 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|
D | mdns_responder.c | 128 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 130 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|
D | resolve.c | 1044 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 1046 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|