HomeSort by relevance Sort by last modified time
    Searched refs:T_OPT (Results 1 - 6 of 6) sorted by null

  /bionic/libc/netbsd/resolv/
res_mkquery.c 226 #ifndef T_OPT
227 #define T_OPT 41
255 ns_put16(T_OPT, cp); /* TYPE */
  /external/tcpdump/
nameser.h 114 #ifdef T_OPT
115 #undef T_OPT
179 #define T_OPT 41 /* EDNS0 option (meta-RR) */
print-domain.c 286 { T_OPT, "OPT" }, /* RFC 2671 */
383 if (class != C_IN && typ != T_OPT)
392 /* if T_OPT, save opt_flags */
393 if (typ == T_OPT)
511 case T_OPT:
  /external/dnsmasq/src/
config.h 91 #ifndef T_OPT
92 # define T_OPT 41
nameser.h 178 #define T_OPT 41 /* OPT pseudo-RR, RFC2671 */
rfc1035.c 496 if (type == T_OPT)
    [all...]

Completed in 126 milliseconds