Home
last modified time | relevance | path

Searched refs:GETSHORT (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/net/
H A Dgetnetbydns.c207 GETSHORT(type, cp); in getnetanswer()
208 GETSHORT(class, cp); in getnetanswer()
210 GETSHORT(n, cp); in getnetanswer()
/freebsd/contrib/sendmail/contrib/
H A Dbitdomain.c288 GETSHORT(type, ap);
290 GETSHORT(n, ap);
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.c90 #ifndef GETSHORT
91 #define GETSHORT(s, cp) { \ macro
135 GETSHORT(u, msgp); in _getshort()
/freebsd/contrib/sendmail/src/
H A Dsm_resolve.c301 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 Ddomain.c1065 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 Dnameser_compat.h214 #define GETSHORT NS_GET16 macro
/freebsd/lib/libc/resolv/
H A Dres_debug.c195 GETSHORT(optcode, cp); in do_section()
196 GETSHORT(optlen, cp); in do_section()
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2015 # define GETSHORT _getshort macro