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

/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_neta.c58 char *odst = dst; local
77 if (dst == odst) {
82 return (odst);
H A Dinet_cidr_ntop.c77 char *odst = dst; local
92 return (dst - odst);
110 char *odst = dst; local
145 return (odst);
H A Dinet_net_ntop.c96 char *odst = dst; local
133 if (dst != odst)
144 return (odst);
H A Dinet_cidr_pton.c86 const u_char *odst = dst; local
112 if (ch == '/' && dst > odst) {
121 if (dst - odst == 4)
128 if (dst == odst)
132 if (((bits - (ipv6 ? 96 : 0)) / 8) > (dst - odst))
H A Dinet_net_pton.c66 const u_char *odst = dst; local
127 isdigit((unsigned char)(src[0])) && dst > odst) {
148 if (dst == odst)
152 if (*odst >= 240) /*%< Class E */
154 else if (*odst >= 224) /*%< Class D */
156 else if (*odst >= 192) /*%< Class C */
158 else if (*odst >= 128) /*%< Class B */
163 if (bits < ((dst - odst) * 8))
164 bits = (dst - odst) * 8;
169 if (bits == 8 && *odst
222 u_char *odst = dst; local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_ttl.c53 char *odst = dst; local
88 for (p = odst; (ch = *p) != '\0'; p++)
93 return (dst - odst);

Completed in 25 milliseconds