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 | 193 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 195 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|
| D | resolve.c | 1191 static int set_ttl_hop_limit(int sock, int level, int option, int new_limit) in set_ttl_hop_limit() argument 1193 return zsock_setsockopt(sock, level, option, &new_limit, sizeof(new_limit)); in set_ttl_hop_limit()
|