Home
last modified time | relevance | path

Searched refs:T_OPT (Results 1 – 25 of 81) sorted by relevance

1234

/dports/devel/p5-List-Regexp/List-Regexp-1.04/List-Regexp-1.03/lib/List/
H A DRegexp.pm77 use constant T_OPT => 0x10; constant
101 $type |= T_OPT;
120 $type |= T_OPT;
305 $str = nodelist_to_regexp($conf, $mode & T_OPT, @tree);
308 . nodelist_to_regexp($conf, $mode & T_OPT, @{$tree[0]});
311 $str = nodelist_to_regexp($conf, $mode & T_OPT, @{$tree[0]})
/dports/devel/p5-List-Regexp/List-Regexp-1.04/lib/List/
H A DRegexp.pm77 use constant T_OPT => 0x10; constant
101 $type |= T_OPT;
120 $type |= T_OPT;
305 $str = nodelist_to_regexp($conf, $mode & T_OPT, @tree);
308 . nodelist_to_regexp($conf, $mode & T_OPT, @{$tree[0]});
311 $str = nodelist_to_regexp($conf, $mode & T_OPT, @{$tree[0]})
/dports/dns/py-pycares/pycares-3.1.1/deps/c-ares/src/
H A Dares_create_query.c35 #ifndef T_OPT
36 # define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
185 DNS_RR_SET_TYPE(q, T_OPT); in ares_create_query()
/dports/www/node10/node-v10.24.1/deps/cares/src/
H A Dares_create_query.c35 #ifndef T_OPT
36 # define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
185 DNS_RR_SET_TYPE(q, T_OPT); in ares_create_query()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/cares/cares/
H A Dares_create_query.c35 #ifndef T_OPT
36 # define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
185 DNS_RR_SET_TYPE(q, T_OPT); in ares_create_query()
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/libasr/
H A Dasr_compat.h66 #ifndef T_OPT
67 #define T_OPT 41 macro
H A Dasr_compat.c80 case T_OPT: return "OPT"; in __p_type()
/dports/dns/libasr/libasr-1.0.4/src/
H A Dasr_compat.h66 #ifndef T_OPT
67 #define T_OPT 41 macro
H A Dasr_compat.c80 case T_OPT: return "OPT"; in __p_type()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dnameser.h99 #ifdef T_OPT
100 #undef T_OPT
164 #define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
H A Dprint-domain.c521 { T_OPT, "OPT" }, /* RFC 2671 */
673 if (class != C_IN && typ != T_OPT) in ns_rprint()
680 if (typ == T_OPT) { in ns_rprint()
820 case T_OPT: in ns_rprint()
966 if (type == T_OPT) { in domain_print()
/dports/net-mgmt/argus3-clients/argus-clients-3.0.8.3/examples/radump/
H A Dnameser.h106 #ifdef T_OPT
107 #undef T_OPT
168 #define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
/dports/net/tcpillust/tcpillust/tcpdump/
H A Dnameser.h114 #ifdef T_OPT
115 #undef T_OPT
179 #define T_OPT 41 /* EDNS0 option (meta-RR) */ macro
/dports/dns/dsc/dsc-2.11.1/src/
H A Ddns_message.h120 #ifndef T_OPT
121 #define T_OPT 41 /* OPT pseudo-RR, RFC2761 */ macro
/dports/dns/nsd/nsd-4.3.9/
H A Dzparser.h97 T_OPT = 298, /* T_OPT */ enumerator
197 #define T_OPT 298 macro
/dports/lang/cocor/cocor-1.7_3/sources/
H A Dcrt.c213 case T_OPT: in ShowGraph()
774 case T_OPT: in CompFollowNode()
814 case T_OPT: in IsNullableNode()
898 case T_OPT: in CompFirst()
956 case T_OPT: in CompFollowSet()
1019 case T_OPT: in LeadingANY()
1051 case T_OPT: in CompANYSet()
1118 case T_OPT: in CompSYNCSet()
1167 case T_OPT: in CompWEAKSet()
1272 case T_OPT: in CompCircularGraph()
[all …]
/dports/net/libunp/unpv12e/debug/
H A Dtest06.c14 tcall = T_alloc(fd, T_CALL, T_ADDR | T_OPT | T_UDATA); in main()
/dports/dns/c-ares/c-ares-1.17.2/src/lib/
H A Dares_nameser.h429 #ifndef T_OPT
430 # define T_OPT 41 /* ns_t_opt */ macro
H A Dares_create_query.c176 DNS_RR_SET_TYPE(q, T_OPT); in ares_create_query()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/c-ares-809d5e84/src/lib/
H A Dares_nameser.h429 #ifndef T_OPT
430 # define T_OPT 41 /* ns_t_opt */ macro
H A Dares_create_query.c176 DNS_RR_SET_TYPE(q, T_OPT); in SegmentDataItem()
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddns-protocol.h59 #define T_OPT 41 macro
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/MiniZincIDE/
H A Dsolverdialog.h27 …enum { T_INT, T_INT_RANGE, T_BOOL, T_BOOL_ONOFF, T_FLOAT, T_FLOAT_RANGE, T_STRING, T_OPT, T_SOLVER… enumerator
/dports/dns/p5-Net-DNS-Codes/Net-DNS-Codes-0.12/
H A DREADME44 T_SRV T_ATMA T_NAPTR T_KX T_CERT T_A6 T_DNAME T_SINK T_OPT T_TKEY T_TSIG
180 T_OPT => 41, # rfc2671.txt
262 T_SRV T_ATMA T_NAPTR T_KX T_CERT T_A6 T_DNAME T_SINK T_OPT T_APL T_DS
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/kernel/src/
H A Dinet_dns.hrl79 -define(T_OPT, 41). %% EDNS pseudo-rr RFC2671(7) macro

1234