Searched refs:ttl (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_ttl.c | 126 u_long ttl, tmp; in ns_parse_ttl() local 129 ttl = 0; in ns_parse_ttl() 154 ttl += tmp; in ns_parse_ttl() 163 ttl += tmp; in ns_parse_ttl() 165 *dst = ttl; in ns_parse_ttl()
|
D | res_update.c | 133 u_int32_t ttl; in res_update() local 315 GETLONG(ttl, cp); in res_update() 437 GETLONG(ttl, cp); in res_update() 463 GETLONG(ttl, cp); in res_update() 491 --ttl; // Suppress the "Set but not used" warning/error for ttl. in res_update()
|
D | ns_parse.c | 207 rr->ttl = 0; in ns_parserr() 213 NS_GET32(rr->ttl, handle->_msg_ptr); in ns_parserr()
|
D | res_mkupdate.c | 438 u_int class, u_int type, u_long ttl) { in res_mkupdrec() argument 447 rrecp->r_ttl = (u_int32_t)ttl; in res_mkupdrec()
|
D | ns_print.c | 131 u_long ttl, const u_char *rdata, size_t rdlen, in ns_sprintrrf() argument 171 T(x = ns_format_ttl(ttl, buf, buflen)); in ns_sprintrrf()
|
/device/linaro/bootloader/edk2/StdLib/Include/arpa/ |
D | nameser.h | 147 uint32_t ttl; member 156 #define ns_rr_ttl(rr) ((u_long)(rr).ttl + 0)
|
/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/ |
D | Ping6Strings.uni | 31 #string STR_PING6_REPLY_INFO #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d …
|
/device/generic/goldfish/dhcp/common/ |
D | socket.cpp | 181 ip.ttl = IPDEFTTL; in sendRawUdp()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/ |
D | UefiShellNetwork2CommandsLib.uni | 41 #string STR_PING6_REPLY_INFO #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d …
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
D | UefiShellNetwork1CommandsLib.uni | 59 #string STR_PING_REPLY_INFO #language en-US "%d bytes from %s : icmp_seq=%d ttl=%d time%d~…
|