libspf2
1.2.11
Main Page
Data Structures
Files
File List
Globals
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
}
const
#define const
Definition:
getopt_long_only.c:38
arpa_nameser.h
NS_GET16
NS_GET16(dst, src)
src
u_int const u_char * src
Definition:
__ns_get16.c:16
Generated by
1.8.5