Searched refs:ns_type (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/posix/arpa/ |
H A D | nameser.h | 170 #define ns_rr_type(rr) ((ns_type)((rr).type + 0)) 332 } ns_type; typedef 549 ns_class, ns_type, unsigned long, const unsigned char *, 586 int ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, ns_type qtype, 589 ns_type type, ns_class rr_class, uint32_t ttl, uint16_t rdlen, 592 ssize_t ns_rdata_unpack(const unsigned char *, const unsigned char *, ns_type, 594 int ns_rdata_equal(ns_type, const unsigned char *, size_t, 596 int ns_rdata_refers(ns_type, const unsigned char *, size_t,
|
/haiku/src/system/libnetwork/netresolv/include/ |
H A D | res_update.h | 40 ns_type r_type; /*%< type number */
|
/haiku/src/system/libnetwork/netresolv/nameser/ |
H A D | ns_print.c | 112 const char *name, ns_class class, ns_type type, in ns_sprintrrf() 851 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf() 875 len = SPRINTF((tmp, " %s", p_type((ns_type)c))); in ns_sprintrrf()
|