libspf2
1.2.11
src
libreplace
__ns_get16.c
Go to the documentation of this file.
1
/* #include "port_before.h" */
2
#include "config.h"
3
4
#ifdef STDC_HEADERS
5
# include <stdio.h>
6
#endif
7
8
#include <sys/types.h>
9
10
#include <netinet/in.h>
11
#include "
arpa_nameser.h
"
12
13
14
u_int
15
__ns_get16
(src)
16
const
u_char *src;
17
{
18
u_int dst;
19
20
NS_GET16
(dst, src);
21
return
(dst);
22
}
__ns_get16
u_int __ns_get16(u_char *src) const
Definition
__ns_get16.c:15
arpa_nameser.h
NS_GET16
#define NS_GET16(s, cp)
Definition
arpa_nameser.h:485
Generated by
1.9.7