Searched defs:odst (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dinet_neta.c96 char *odst = dst; local
115 if (dst == odst) {
120 return (odst);
H A Dinet_net_ntop.c91 char *odst = dst; local
126 if (dst != odst)
137 return (odst);
H A Dinet_net_pton.c144 const u_char *odst = dst; local
198 if (ch == '/' && isascii(src[0]) && isdigit(src[0]) && dst > odst) {
219 if (dst == odst)
223 if (*odst >= 240) /* Class E */
225 else if (*odst >= 224) /* Class D */
227 else if (*odst >= 192) /* Class C */
229 else if (*odst >= 128) /* Class B */
234 if (bits >= 8 && bits < ((dst - odst) * 8))
235 bits = (int)(dst - odst) * 8;
238 while (bits > ((dst - odst) *
[all...]
H A Dns_ttl.c85 char *odst = dst; local
120 for (p = odst; (ch = *p) != '\0'; p++)
125 return ((int)(dst - odst));

Completed in 3959 milliseconds