Searched defs:seqno (Results 1 - 14 of 14) sorted by relevance

/external/libselinux/src/
H A Dselinux_netlink.h28 uint32_t seqno; member in struct:selnl_msg_policyload
H A Dsestatus.c61 uint32_t seqno = 0; local
68 if (seqno & 0x0001)
71 seqno = status->sequence;
75 } while (seqno & 0x0001);
77 return seqno;
133 uint32_t seqno; local
150 seqno = read_sequence(selinux_status);
154 } while (seqno != read_sequence(selinux_status));
170 uint32_t seqno; local
187 seqno
205 uint32_t seqno; local
[all...]
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...]
/external/libsepol/include/sepol/policydb/
H A Dflask_types.h59 uint32_t seqno; member in struct:sepol_av_decision
/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/include/selinux/
H A Dselinux.h113 unsigned int seqno; member in struct:av_decision
144 int (*func_policyload) (int seqno);
/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/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/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/iputils/
H A Dclockdiff.c116 static u_short seqno, seqno0, acked; variable
181 acked = seqno = seqno0 = 0;
189 if (seqno - acked > TRIALS)
192 oicp->un.echo.sequence = ++seqno;
229 icp->un.echo.sequence <= seqno) {
358 acked = seqno = seqno0 = 0;
366 if ( seqno - acked > TRIALS) {
370 oicp->un.echo.sequence = ++seqno;
411 icp->un.echo.sequence <= seqno) {
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h254 * fence seqno that when signaled, indicates that the command buffer has
292 * @seqno: Fence sequence number in fifo. A fence object with a lower
293 * seqno will signal the EXEC flag before a fence object with a higher
294 * seqno. This can be used by user-space to avoid kernel calls to determine
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
297 * @passed_seqno: The highest seqno number processed by the hardware
299 * to determine whether a fence seqno might be stale.
315 uint32_t seqno; member in struct:drm_vmw_fence_rep
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h254 * fence seqno that when signaled, indicates that the command buffer has
292 * @seqno: Fence sequence number in fifo. A fence object with a lower
293 * seqno will signal the EXEC flag before a fence object with a higher
294 * seqno. This can be used by user-space to avoid kernel calls to determine
295 * whether a fence has signaled the EXEC flag. Note that @seqno will
297 * @passed_seqno: The highest seqno number processed by the hardware
299 * to determine whether a fence seqno might be stale.
315 uint32_t seqno; member in struct:drm_vmw_fence_rep
/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/chromium_org/third_party/gpsd/release-3.1/
H A Dgps.h947 unsigned int seqno; /* sequence number */ member in struct:ais_t::__anon10694::__anon10698
1059 unsigned int seqno; /* Sequence Number */ member in struct:ais_t::__anon10694::__anon10698::__anon10699::__anon10707
1260 unsigned int seqno; /* sequence number */ member in struct:ais_t::__anon10694::__anon10719

Completed in 566 milliseconds