Searched refs:_getlong (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/include/
H A Dport_resolv.h23 u_int32_t _getlong __P((const uchar_t *));
/osnet-11/usr/src/lib/libresolv/
H A Dres_debug.c226 fprintf(file, ", ttl = %s", p_time(_getlong(cp)));
288 fprintf(file, "\n\tserial = %ld", _getlong(cp));
290 fprintf(file, "\n\trefresh = %s", p_time(_getlong(cp)));
292 fprintf(file, "\n\tretry = %s", p_time(_getlong(cp)));
294 fprintf(file, "\n\texpire = %s", p_time(_getlong(cp)));
296 fprintf(file, "\n\tmin = %s\n", p_time(_getlong(cp)));
338 fprintf(file, "\t%ld\n", _getlong(cp));
H A Dres_comp.c319 _getlong(msgp) function
/osnet-11/usr/src/lib/libresolv2/common/
H A Dllib-lresolv30 uint32_t _getlong(const u_char *);
/osnet-11/usr/src/lib/libresolv/arpa/
H A Dnameser.h207 extern u_long _getlong();
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c282 u_int32_t _getlong(const u_char *src) { return (ns_get32(src)); } function

Completed in 49 milliseconds