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

Function dns_get16

resolve.c:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 } while (0)
128
129static inline unsigned int dns_get16(const u_char *src) {
130 unsigned int dst;
131
132 DNS_GET16(dst, src);
133 return dst;
134}
135
136static inline unsigned int dns_get32(const u_char *src) {
137 unsigned int dst;

Callers 1

get_dns_answerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected