MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / dns_get32

Function dns_get32

resolve.c:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static inline unsigned int dns_get32(const u_char *src) {
137 unsigned int dst;
138
139 DNS_GET32(dst, src);
140 return dst;
141}
142
143int get_dns_answer(union dns_query *answer,int anslen,char *qname,int qtype,int *min_ttl)
144{

Callers 1

get_dns_answerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected