| /freebsd-12.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | uni_msg.c | 34 if(msg->uu.h.present & UNI_IE_PRESENT) in print_alerting() 121 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 129 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 137 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 159 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 169 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 177 if (hdr->present & UNI_IE_ERROR) in decode_alerting() 263 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() 271 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() 281 if (hdr->present & UNI_IE_ERROR) in decode_call_proc() [all …]
|
| H A D | uni_ie.c | 537 hdr->present = 0; in uni_decode_ie_hdr() 550 hdr->present = 0; in uni_decode_ie_hdr() 667 if(h->present & UNI_IE_EMPTY) { in uni_encode_ie_hdr() 1090 switch (ie->h.present & mask) { in check_cause() 1102 switch (ie->h.present & mask) { in check_cause() 3545 f = present & fmask; in check_ie_traffic_common() 3546 b = present & bmask; in check_ie_traffic_common() 3547 p = present & (fmask | bmask); in check_ie_traffic_common() 4681 if(ie->h.present & mask) in DEF_IE_CHECK() 4767 if(ie->h.present & mask) in DEF_IE_CHECK() [all …]
|
| H A D | uni_hdr.h | 187 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))
|
| H A D | traffic.c | 84 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()
|
| /freebsd-12.1/lib/libc/tests/stdlib/ |
| H A D | tsearch_test.c | 95 bool present[NKEYS] = {}; in ATF_TC_BODY() local 109 if (present[key]) { in ATF_TC_BODY() 111 present[key] = false; in ATF_TC_BODY() 120 if (present[key]) { in ATF_TC_BODY() 128 if (present[key]) { in ATF_TC_BODY() 134 present[key] = true; in ATF_TC_BODY() 148 if (present[key]) in ATF_TC_BODY()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OCSP_request_add1_nonce.pod | 27 OCSP_copy_nonce() copys any nonce value present in B<req> to B<resp>. 35 was present in B<req> and 0 if an error occurred. 39 nonces are present and equal 1 is returned. If the nonces are absent 2 is 40 returned. If a nonce is present in the response only 3 is returned. If nonces 41 are present and unequal 0 is returned. If the nonce is present in the request 59 positive return value effectively indicates success: nonces are both present 60 and match, both absent or present in the response only. A non-zero return 61 additionally covers the case where the nonce is present in the request only: 63 indicates present and mismatched nonces: this should be treated as an error
|
| H A D | EVP_PKEY_cmp.pod | 21 parameters of B<pkey> are missing and 0 if they are present or the algorithm 26 B<from> or present in both B<from> and B<to> and mismatch. If the parameters 27 in B<from> and B<to> are both present and match this function has no effect. 33 (if present) of keys B<a> and B<b>. 49 parameters of B<pkey> are missing and 0 if they are present or the algorithm
|
| H A D | X509_get_extension_flags.pod | 73 The freshest CRL extension is present in the certificate. 97 usage is present will return zero or more of the flags: 105 extension. If extended key usage is present it will return zero or more of the 112 present. 116 is not present or cannot be parsed. 120 is not present or cannot be parsed. 124 B<NULL> if the extension is not present or cannot be parsed. 128 extension is not present or cannot be parsed. 162 is not present.
|
| H A D | SSL_extension_supported.pod | 147 called if the extension is present and relevant for the context (see 197 ignore this extension if it is present in the ClientHello and TLSv1.3 is 203 extension if it is present in the ClientHello and TLSv1.2 or below is 213 The extension may be present in the ClientHello message. 217 The extension may be present in a TLSv1.2 or below compatible ServerHello 222 The extension may be present in a TLSv1.3 compatible ServerHello message. 226 The extension may be present in an EncryptedExtensions message. 230 The extension may be present in a HelloRetryRequest message. 234 The extension may be present in a TLSv1.3 compatible Certificate message. 238 The extension may be present in a TLSv1.3 compatible NewSessionTicket message. [all …]
|
| /freebsd-12.1/sys/contrib/ngatm/netnatm/sig/ |
| H A D | unimkmsg.h | 52 (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-12.1/sys/contrib/ngatm/netnatm/api/ |
| H A D | unisap.c | 318 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-12.1/lib/libgssapi/ |
| H A D | gss_test_oid_set_member.c | 39 int *present) in gss_test_oid_set_member() argument 43 *present = 0; in gss_test_oid_set_member() 46 *present = 1; in gss_test_oid_set_member()
|
| H A D | gss_inquire_mechs_for_name.c | 45 int present; in gss_inquire_mechs_for_name() local 68 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name() 70 if (present) { in gss_inquire_mechs_for_name()
|
| /freebsd-12.1/sys/kgssapi/ |
| H A D | gss_test_oid_set_member.c | 45 int *present) in gss_test_oid_set_member() argument 49 *present = 0; in gss_test_oid_set_member() 52 *present = 1; in gss_test_oid_set_member()
|
| /freebsd-12.1/crypto/heimdal/lib/gssapi/mech/ |
| H A D | gss_test_oid_set_member.c | 35 int *present) in gss_test_oid_set_member() argument 39 *present = 0; in gss_test_oid_set_member() 42 *present = 1; in gss_test_oid_set_member()
|
| H A D | gss_add_oid_set_member.c | 62 int present; in gss_add_oid_set_member() local 64 res = gss_test_oid_set_member(minor_status, member_oid, *oid_set, &present); in gss_add_oid_set_member() 68 if (present) { in gss_add_oid_set_member()
|
| H A D | gss_inquire_mechs_for_name.c | 40 int present; in gss_inquire_mechs_for_name() local 63 &name->gn_type, name_types, &present); in gss_inquire_mechs_for_name() 65 if (present) { in gss_inquire_mechs_for_name()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-power-throttle.c | 69 int present; /* 1 for present */ member 103 cvmx_power_throttle_rfield[i].present = 1; in cvmx_power_throttle_init() 111 p->present = 0; in cvmx_power_throttle_init() 113 p->present = 0; in cvmx_power_throttle_init() 135 if (!p->present) in cvmx_power_throttle_get_field()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | gss-serv.c | 83 ssh_gssapi_test_oid_supported(OM_uint32 *ms, gss_OID member, int *present) in ssh_gssapi_test_oid_supported() argument 87 return gss_test_oid_set_member(ms, member, supported_oids, present); in ssh_gssapi_test_oid_supported() 149 int present; in ssh_gssapi_supported_oids() local 157 &supported_mechs[i]->oid, supported, &present))) in ssh_gssapi_supported_oids() 158 present = 0; in ssh_gssapi_supported_oids() 159 if (present) in ssh_gssapi_supported_oids()
|
| H A D | auth2-gss.c | 67 int r, present; in userauth_gssapi() local 86 present = 0; in userauth_gssapi() 94 ssh_gssapi_test_oid_supported(&ms, &goid, &present); in userauth_gssapi() 98 } while (mechs > 0 && !present); in userauth_gssapi() 100 if (!present) { in userauth_gssapi()
|
| /freebsd-12.1/contrib/ntp/scripts/stats/ |
| H A D | README.stats | 51 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-12.1/crypto/openssl/doc/man1/ |
| H A D | dhparam.pod | 60 if this option is not present. The output filename should B<not> be the same 82 The generator to use, either 2 or 5. If present then the 84 present but B<numbits> is present, parameters are generated with the 103 I<numbits>. It must be the last option. If this option is present then 105 this option is not present but a generator (B<-2> or B<-5>) is 106 present, parameters are generated with a default length of 2048 bits.
|
| H A D | ca.pod | 109 If present this should be the last option, all subsequent arguments 171 both formats, seconds SS and timezone Z must be present. 178 both formats, seconds SS and timezone Z must be present. 367 created, if the CRL extension section is present (even if it is 392 options. Where the option is present in the configuration file 394 option is described as mandatory then it must be present in 448 present. 454 least one of these must be present to generate a CRL. 483 This file must be present and contain a valid serial number. 489 present, it must contain a valid CRL number. [all …]
|
| /freebsd-12.1/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 1141 touch tINDEX.present 1279 if [ -f tINDEX.present ]; then 1445 cut -f 2 -d '|' tINDEX.present | 1456 mv tINDEX.new tINDEX.present 2224 done > comp.present 2256 sort -u < comp.present > comp.present.tmp 2257 mv comp.present.tmp comp.present 2266 tr '|' '/' < comp.present | 2281 tr '|' '/' < comp.present > comp.present.tmp 2284 done < comp.present.tmp [all …]
|
| /freebsd-12.1/release/picobsd/tinyware/view/ |
| H A D | README | 46 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.
|