Searched refs:seqno (Results 1 - 17 of 17) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCSeq.java54 * seqno field
56 protected Long seqno; field in class:CSeq
73 * @param seqno is the sequence number to assign.
76 public CSeq(long seqno, String method) { argument
78 this.seqno = Long.valueOf(seqno);
116 return buffer.append(seqno).append(SP).append(method.toUpperCase());
142 seqno = Long.valueOf(sequenceNumber);
169 if (this.seqno == null)
172 return this.seqno
[all...]
/external/libselinux/src/
H A Dselinux_netlink.h28 uint32_t seqno; member in struct:selnl_msg_policyload
H A Dcallbacks.h28 (*selinux_netlink_policyload) (int seqno) hidden;
H A Davc_internal.h158 uint32_t seqno) hidden;
161 access_vector_t perms, uint32_t seqno,
165 uint32_t seqno) hidden;
166 int avc_ss_reset(uint32_t seqno) hidden;
169 uint32_t seqno, uint32_t enable) hidden;
172 uint32_t seqno, uint32_t enable) hidden;
H A Dcallbacks.c47 default_selinux_policyload(int seqno __attribute__((unused)))
70 (*selinux_netlink_policyload) (int seqno) =
H A Davc.c414 * sequence number @ae->avd.seqno is not less than the latest
427 if (ae->avd.seqno < avc_cache.latest_notif) {
429 "%s: seqno %d < latest_notif %d\n", avc_prefix,
430 ae->avd.seqno, avc_cache.latest_notif);
446 node->ae.avd.seqno = ae->avd.seqno;
934 uint32_t seqno, access_vector_t * out_retained)
975 if (seqno > avc_cache.latest_notif)
976 avc_cache.latest_notif = seqno;
989 * @seqno
931 avc_control(uint32_t event, security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno, access_vector_t * out_retained) argument
991 avc_ss_grant(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno) argument
1012 avc_ss_try_revoke(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno, access_vector_t * out_retained) argument
1032 avc_ss_revoke(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno) argument
1044 avc_ss_reset(uint32_t seqno) argument
1067 avc_ss_set_auditallow(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno, uint32_t enable) argument
1088 avc_ss_set_auditdeny(security_id_t ssid, security_id_t tsid, security_class_t tclass, access_vector_t perms, uint32_t seqno, uint32_t enable) argument
[all...]
H A Dcompute_av.c56 &avd->seqno, &avd->flags);
H A Davc_internal.c201 "%s: received policyload notice (seqno=%d)\n",
202 avc_prefix, msg->seqno);
203 rc = avc_ss_reset(msg->seqno);
210 rc = selinux_netlink_policyload(msg->seqno);
/external/libsepol/include/sepol/policydb/
H A Dflask_types.h59 uint32_t seqno; member in struct:sepol_av_decision
/external/libppp/src/
H A Ddeflate.c44 u_short seqno; member in struct:deflate_state
60 state->seqno = 0;
98 *wp++ = state->seqno >> 8;
99 *wp++ = state->seqno & 0377;
100 log_Printf(LogDEBUG, "DeflateOutput: Seq %d\n", state->seqno);
101 state->seqno++;
119 state->seqno--;
148 * If the output packet (including seqno and excluding the EMPTY_BLOCK)
192 state->seqno = 0;
215 if (seq != state->seqno) {
[all...]
/external/openssh/
H A Dmac.c130 mac_compute(Mac *mac, u_int32_t seqno, u_char *data, int datalen) argument
141 put_u32(b, seqno);
149 put_u64(nonce, seqno);
/external/chromium-trace/trace-viewer/src/
H A Dlinux_perf_i915_parser.js223 var event = /dev=(\d+), ring=(\d+), seqno=(\d+)/.exec(eventBase[5]);
229 var seqno = parseInt(event[3]);
234 seqno: seqno
260 var event = /dev=(\d+), ring=(\d+), seqno=(\d+)/.exec(eventBase[5]);
266 var seqno = parseInt(event[3]);
271 seqno: seqno
/external/libselinux/include/selinux/
H A Dselinux.h113 unsigned int seqno; member in struct:av_decision
144 int (*func_policyload) (int seqno);
/external/tcpdump/
H A Dprint-dccp.c146 u_int64_t seqno = EXTRACT_24BITS(&seq_high) & 0xFFFFFF; local
151 seqno &= 0x00FFFF; /* clear reserved field */
152 seqno = (seqno << 32) + EXTRACT_32BITS(&seq_low);
155 return seqno;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPDialog.java484 private long seqno; field in class:SIPDialog.DialogDeleteIfNoAckSentTask
486 public DialogDeleteIfNoAckSentTask(long seqno) { argument
487 this.seqno = seqno;
491 if (SIPDialog.this.highestSequenceNumberAcknowledged < seqno) {
1154 * Updates the next consumable seqno.
1171 * @return true if the dialogRequest sequence number matches the next consumable seqno.
1174 // have not yet set remote seqno - this is a fresh
2406 // out of order ACK sending. Old ACKs seqno's can always be ACKed.
3267 public synchronized void doDeferredDeleteIfNoAckSent(long seqno) { argument
[all...]
/external/libsepol/src/
H A Dservices.c335 avd->seqno = latest_granting;
/external/chromium-trace/
H A Dscript.js216 gemObjectDestroyEvent:function(a,b,d,c,e){b=/obj=(\w+)/.exec(e[5]);if(!b)return!1;b=b[1];this.i915GemObjectSlice(c,a,b,{obj:b});return!0},gemRingDispatchEvent:function(a,b,d,c,e){e=/dev=(\d+), ring=(\d+), seqno=(\d+)/.exec(e[5]);if(!e)return!1;b=parseInt(e[1]);d=parseInt(e[2]);e=parseInt(e[3]);this.i915GemRingSlice(c,a,b,d,{dev:b,ring:d,seqno:e});return!0},gemRingFlushEvent:function(a,b,d,c,e){b=/dev=(\d+), ring=(\w+), invalidate=(\w+), flush=(\w+)/.exec(e[5]);if(!b)return!1;d=parseInt(b[1]);e=parseInt(b[2]);
217 this.i915GemRingSlice(c,a,d,e,{dev:d,ring:e,invalidate:b[3],flush:b[4]});return!0},gemRequestEvent:function(a,b,d,c,e){e=/dev=(\d+), ring=(\d+), seqno=(\d+)/.exec(e[5]);if(!e)return!1;b=parseInt(e[1]);d=parseInt(e[2]);e=parseInt(e[3]);this.i915GemRingSlice(c,a,b,d,{dev:b,ring:d,seqno:e});return!0},gemRingWaitEvent:function(a,b,d,c,e){d=/dev=(\d+), ring=(\d+)/.exec(e[5]);if(!d)return!1;b=parseInt(d[1]);d=parseInt(d[2]);this.i915GemRingSlice(c,a,b,d,{dev:b,ring:d});return!0},regRWEvent:function(a,b,

Completed in 347 milliseconds