00001 /* #include "port_before.h" */ 00002 #include "config.h" 00003 00004 #ifdef STDC_HEADERS 00005 # include <stdio.h> 00006 #endif 00007 00008 #include <sys/types.h> 00009 00010 #include <netinet/in.h> 00011 #include "arpa_nameser.h" 00012 00013 00014 u_int 00015 __ns_get16(src) 00016 const u_char *src; 00017 { 00018 u_int dst; 00019 00020 NS_GET16(dst, src); 00021 return (dst); 00022 }