Home
last modified time | relevance | path

Searched refs:new_limit (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c295 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()
Dmdns_responder.c128 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()
Dresolve.c1044 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()