Searched refs:GETSHORT (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | getnetbydns.c | 207 GETSHORT(type, cp); in getnetanswer() 208 GETSHORT(class, cp); in getnetanswer() 210 GETSHORT(n, cp); in getnetanswer()
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 288 GETSHORT(type, ap); 290 GETSHORT(n, ap);
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname.c | 90 #ifndef GETSHORT 91 #define GETSHORT(s, cp) { \ macro 135 GETSHORT(u, msgp); in _getshort()
|
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 301 GETSHORT(dr->dns_r_q.dns_q_type, p); 302 GETSHORT(dr->dns_r_q.dns_q_class, p); 314 GETSHORT(type, p); 315 GETSHORT(class, p); 317 GETSHORT(size, p);
|
H A D | domain.c | 1065 GETSHORT(type, cp); 1068 GETSHORT(n, cp); /* rdlength */ 1085 GETSHORT(pref, cp); 1877 GETSHORT(type, ap); 1880 GETSHORT(n, ap); /* rdlength */
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 214 #define GETSHORT NS_GET16 macro
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 195 GETSHORT(optcode, cp); in do_section() 196 GETSHORT(optlen, cp); in do_section()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2015 # define GETSHORT _getshort macro
|