Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/net/
HDgetnetbydns.c210 GETSHORT(type, cp); in getnetanswer()
211 GETSHORT(class, cp); in getnetanswer()
213 GETSHORT(n, cp); in getnetanswer()
/freebsd-14-stable/contrib/sendmail/contrib/
HDbitdomain.c288 GETSHORT(type, ap);
290 GETSHORT(n, ap);
/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDgetrrsetbyname.c90 #ifndef GETSHORT
91 #define GETSHORT(s, cp) { \ macro
135 GETSHORT(u, msgp); in _getshort()
/freebsd-14-stable/contrib/sendmail/src/
HDsm_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);
HDdomain.c1065 GETSHORT(type, cp);
1068 GETSHORT(n, cp); /* rdlength */
1085 GETSHORT(pref, cp);
1877 GETSHORT(type, ap);
1880 GETSHORT(n, ap); /* rdlength */
/freebsd-14-stable/include/arpa/
HDnameser_compat.h214 #define GETSHORT NS_GET16 macro
/freebsd-14-stable/lib/libc/resolv/
HDres_debug.c199 GETSHORT(optcode, cp); in do_section()
200 GETSHORT(optlen, cp); in do_section()
/freebsd-14-stable/contrib/sendmail/include/sm/
HDconf.h2015 # define GETSHORT _getshort macro