Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 646) sorted by relevance

12345678910>>...26

/freebsd-9-stable/sys/contrib/ngatm/netnatm/msg/
Duni_msg.c25 if(msg->connid.h.present & UNI_IE_PRESENT) in print_alerting()
27 if(msg->epref.h.present & UNI_IE_PRESENT) in print_alerting()
29 if(msg->notify.h.present & UNI_IE_PRESENT) in print_alerting()
32 if(msg->git[i].h.present & UNI_IE_PRESENT) in print_alerting()
34 if(msg->uu.h.present & UNI_IE_PRESENT) in print_alerting()
36 if(msg->report.h.present & UNI_IE_PRESENT) in print_alerting()
38 if(msg->unrec.h.present & UNI_IE_PRESENT) in print_alerting()
79 if((p->connid.h.present & UNI_IE_PRESENT) && in encode_alerting()
82 if((p->epref.h.present & UNI_IE_PRESENT) && in encode_alerting()
85 if((p->notify.h.present & UNI_IE_PRESENT) && in encode_alerting()
[all …]
Duni_ie.c177 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; \
537 hdr->present = 0; in uni_decode_ie_hdr()
550 hdr->present = 0; in uni_decode_ie_hdr()
576 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_hdr()
582 hdr->present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_hdr()
609 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()
619 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()
629 ie->h.present = UNI_IE_ERROR | UNI_IE_PRESENT; in uni_decode_ie_body()
667 if(h->present & UNI_IE_EMPTY) { in uni_encode_ie_hdr()
943 if (ie->h.present & UNI_CAUSE_COND_P) { in print_cause()
[all …]
Duni_hdr.h187 u_int present; /* which optional elements are present */ member
196 (((IE).h.present & (UNI_IE_PRESENT|UNI_IE_EMPTY)) == UNI_IE_PRESENT)
198 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
202 ((IE).h.present = ((IE).h.present & ~UNI_IE_EMPTY) | \
206 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_EMPTY))
208 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
212 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT | UNI_IE_ERROR))
214 ((IE).h.present = ((IE).h.present & ~UNI_IE_MASK) | \
218 (((IE).h.present & UNI_IE_MASK) == (UNI_IE_PRESENT))
Dtraffic.c84 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
102 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
132 if (!(bearer->h.present & UNI_BEARER_ATC_P)) { in uni_classify_traffic()
192 ft = traffic->h.present & fmask; in uni_classify_traffic()
193 bt = traffic->h.present & bmask; in uni_classify_traffic()
194 be = traffic->h.present & UNI_TRAFFIC_BEST_P; in uni_classify_traffic()
195 ftag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.ftag; in uni_classify_traffic()
196 btag = (traffic->h.present & UNI_TRAFFIC_MOPT_P) && traffic->t.btag; in uni_classify_traffic()
Dprivmsg.c123 cx->repeat.h.present = 0; in uni_decode_body_internal()
173 hdr.present |= UNI_IE_ERROR; in uni_decode_body_internal()
221 cx->repeat.h.present = 0; in uni_decode_body_internal()
/freebsd-9-stable/sys/contrib/ngatm/netnatm/sig/
Dunimkmsg.h52 (IE).h.present = 0; \
61 (IE).h.present = 0; \
71 (IE).h.present = 0; \
80 (IE).h.present = 0; \
90 (IE).h.present |= UNI_CAUSE_MTYPE_P; \
96 (IE).h.present |= UNI_CAUSE_VPCI_P; \
103 (IE).h.present |= UNI_CAUSE_TIMER_P; \
/freebsd-9-stable/sys/contrib/ngatm/netnatm/api/
Dunisap.c318 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L2_P)) in unisve_match()
326 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L2_P) == 0) in unisve_match()
331 if ((blli->h.present & UNI_BLLI_L2_USER_P) == 0) in unisve_match()
345 if (IE_ISGOOD(*blli) && (blli->h.present & UNI_BLLI_L3_P)) in unisve_match()
353 if (!IE_ISGOOD(*blli) || (blli->h.present & UNI_BLLI_L3_P) == 0) in unisve_match()
358 if ((blli->h.present & UNI_BLLI_L3_USER_P) == 0) in unisve_match()
366 if (blli->h.present & UNI_BLLI_L3_IPI_P) in unisve_match()
369 if (!(blli->h.present & UNI_BLLI_L3_IPI_P)) in unisve_match()
374 if (!(blli->h.present & in unisve_match()
/freebsd-9-stable/lib/libgssapi/
Dgss_test_oid_set_member.c37 int *present) in gss_test_oid_set_member() argument
41 *present = 0; in gss_test_oid_set_member()
44 *present = 1; in gss_test_oid_set_member()
Dgss_inquire_mechs_for_name.c43 int present; in gss_inquire_mechs_for_name() local
66 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name()
68 if (present) { in gss_inquire_mechs_for_name()
/freebsd-9-stable/sys/kgssapi/
Dgss_test_oid_set_member.c43 int *present) in gss_test_oid_set_member() argument
47 *present = 0; in gss_test_oid_set_member()
50 *present = 1; in gss_test_oid_set_member()
/freebsd-9-stable/crypto/openssh/
Dgss-serv.c82 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() argument
86 return gss_test_oid_set_member(ms, member, supported_oids, present); in ssh_gssapi_test_oid_supported()
141 int present; in ssh_gssapi_supported_oids() local
149 &supported_mechs[i]->oid, supported, &present))) in ssh_gssapi_supported_oids()
150 present = 0; in ssh_gssapi_supported_oids()
151 if (present) in ssh_gssapi_supported_oids()
Dauth2-gss.c65 int present; in userauth_gssapi() local
84 present = 0; in userauth_gssapi()
91 ssh_gssapi_test_oid_supported(&ms, &goid, &present); in userauth_gssapi()
95 } while (mechs > 0 && !present); in userauth_gssapi()
97 if (!present) { in userauth_gssapi()
/freebsd-9-stable/contrib/ntp/scripts/stats/
DREADME.stats51 received from a configured radio clock. Data are at present recorded for
73 The '?' and 'A' characters are present only when the receiver is
80 The '?' character is present only when the receiver is unsynchronized.
86 The '?' character is present only when the receiver is unsynchronized.
123 TTY1 rs232 option present (required)
124 TC1 IRIG option present (optional)
125 LORAN LORAN assist option present (optional)
126 IN input buffer option present (optional)
127 OUT1 output buffer option present (required)
218 present state of constellation development, there should be at least
/freebsd-9-stable/usr.sbin/freebsd-update/
Dfreebsd-update.sh1063 touch tINDEX.present
1201 if [ -f tINDEX.present ]; then
1202 join -t '|' -v 2 tINDEX.wanted tINDEX.present |
1281 join -t '|' -o 1.2,2.2 tINDEX.present tINDEX.new |
1367 cut -f 2 -d '|' tINDEX.present |
1378 mv tINDEX.new tINDEX.present
1387 METAHASH=`look "$1|" tINDEX.present | cut -f 2 -d '|'`
2142 sort -k 2,2 -t ' ' > compfreq.present
2143 join -t ' ' -1 2 -2 2 compfreq.present compfreq.total |
2148 done > comp.present
[all …]
/freebsd-9-stable/crypto/openssl/doc/apps/
Dca.pod93 if present this should be the last option, all subsequent arguments
198 The DN of a certificate can contain the EMAIL field if present in the
202 the, eventually present, extensions. The B<email_in_dn> keyword can be
215 present then, a V1 certificate is created. If the extension section
216 is present (even if it is empty), then a V3 certificate is created.
315 include. If no CRL extension section is present then a V1 CRL is
316 created, if the CRL extension section is present (even if it is
339 options. Where the option is present in the configuration file
341 option is described as mandatory then it must be present in
395 present.
[all …]
Ddhparam.pod53 if this option is not present. The output filename should B<not> be the same
74 The generator to use, either 2 or 5. 2 is the default. If present then the
88 I<numbits>. It must be the last option. If not present then a value of 512
89 is used. If this option is present then the input file is ignored and
/freebsd-9-stable/release/picobsd/tinyware/view/
DREADME46 5 /home/present/title.png
47 6 /home/present/outline.png
48 7 /home/present/end.png
51 1 is magic, and must be present in order to recognize the file properly.
/freebsd-9-stable/tools/tools/net80211/w00t/libw00t/
Dw00t.c191 uint32_t present; in get_wifi() local
209 present = le32toh(rth->it_present); in get_wifi()
210 if (present & BIT(IEEE80211_RADIOTAP_FLAGS)) { in get_wifi()
211 if (present & BIT(IEEE80211_RADIOTAP_TSFT)) in get_wifi()
/freebsd-9-stable/contrib/ipfilter/rules/
Dexample.sr2 # log all inbound packet on le0 which has IP options present
15 # had IP options present, this rule and the above would cause it
36 # block (and stop matching) any packet with IP options present.
/freebsd-9-stable/contrib/binutils/binutils/
Dieee.c492 bfd_boolean present; in ieee_read_expression() local
497 if (! ieee_read_optional_number (info, pp, &val, &present)) in ieee_read_expression()
500 if (present) in ieee_read_expression()
1064 bfd_boolean present; in parse_ieee_bb() local
1066 if (! ieee_read_optional_number (info, pp, &ignore, &present)) in parse_ieee_bb()
1068 if (! present) in parse_ieee_bb()
1151 bfd_boolean present; in parse_ieee_bb() local
1166 || ! ieee_read_optional_id (info, pp, &vstr, &vstrlen, &present)) in parse_ieee_bb()
1172 if (! ieee_read_optional_number (info, pp, &ignore, &present)) in parse_ieee_bb()
1174 if (! present) in parse_ieee_bb()
[all …]
/freebsd-9-stable/share/examples/ipfilter/
Dexample.143 # log all inbound packet on le0 which has IP options present
16 # had IP options present, this rule and the above would cause it
37 # block (and stop matching) any packet with IP options present.
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td62 "it is not present on the command line}0">;
66 "built with it|it is not present on the command line}0">;
72 "%q0 from module '%1' is not present in definition of %q2"
/freebsd-9-stable/sys/netinet/
Dtcp_reass.c178 goto present; in tcp_reass()
276 goto present; /* ??? */ in tcp_reass()
323 present: in tcp_reass()
/freebsd-9-stable/contrib/bind9/lib/dns/
Dnsec.c213 isc_boolean_t present; in dns_nsec_typepresent() local
223 present = ISC_FALSE; in dns_nsec_typepresent()
236 present = ISC_TF(dns_nsec_isset(&nsecstruct.typebits[i], in dns_nsec_typepresent()
241 return (present); in dns_nsec_typepresent()
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_get_peer_certificate.pod16 peer presented. If the peer did not present a certificate, NULL is returned.
21 certificate, if present. A client will only send a certificate when

12345678910>>...26