/frameworks/base/tests/net/java/android/net/netlink/ |
NetlinkErrorMessageTest.java | 54 "26350000" + // seqno 62 "26350000" + // seqno
|
ConntrackMessageTest.java | 48 "01000000" + // seqno = 1 81 "01000000" + // seqno = 1
|
RtNetlinkNeighborMessageTest.java | 56 "00000000" + // seqno 95 "00000000" + // seqno 229 final int seqNo = 2635; 240 "4b0a0000" + // seqno 263 seqNo, Inet4Address.LOOPBACK, StructNdMsg.NUD_DELAY, ifIndex, llAddr);
|
/external/libdrm/include/drm/ |
vc4_drm.h | 154 /* Returned value of the seqno of this render job (for the 157 __u64 seqno; member in struct:drm_vc4_submit_cl 162 * DRM_VC4_SUBMIT_CL completion using its returned seqno. 168 __u64 seqno; member in struct:drm_vc4_wait_seqno
|
/external/strace/ |
netlink_selinux.c | 59 PRINT_FIELD_U("{", msg, seqno);
|
/external/tcpdump/tests/ |
hncp.out | 9 Node state (24) NID: 31:da:78:d2 seqno: 19 160.088s hash: 800088c8e0714638 10 Node state (24) NID: 61:69:ed:63 seqno: 12 969.681s hash: 011fffa1da966148 17 Node state (312) NID: 31:da:78:d2 seqno: 19 160.105s hash: 800088c8e0714638 35 Node state (544) NID: 61:69:ed:63 seqno: 12 969.699s hash: 011fffa1da966148
|
/frameworks/base/services/net/java/android/net/netlink/ |
RtNetlinkNeighborMessage.java | 122 public static byte[] newGetNeighborsRequest(int seqNo) { 132 nlmsghdr.nlmsg_seq = seqNo; 146 int seqNo, InetAddress ip, short nudState, int ifIndex, byte[] llAddr) { 150 nlmsghdr.nlmsg_seq = seqNo;
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/ |
parse_delay_file.m | 31 seqno = zeros(Npackets, 1); 96 seqno(temp_ix) = fread(fid, 1, 'uint16'); 180 'sn', seqno, ...
|
/external/iputils/ |
clockdiff.c | 116 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/kernel-headers/original/uapi/drm/ |
vc4_drm.h | 172 /* Returned value of the seqno of this render job (for the 175 __u64 seqno; member in struct:drm_vc4_submit_cl 180 * DRM_VC4_SUBMIT_CL completion using its returned seqno. 186 __u64 seqno; member in struct:drm_vc4_wait_seqno
|
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/ |
HpackDecodeTestBase.java | 74 assertSetEquals(String.format("seqno=%d", caze.getSeqno()), caze.getHeaders(),
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
NETEQTEST_RTPpacket.h | 92 uint16_t seqNo, uint32_t timestamp,
|
RTPtimeshift.cc | 57 // Get new start TS and start SeqNo from arguments.
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
EncodeDecodeTest.h | 41 int16_t seqNo, uint32_t timeStamp, uint32_t ssrc);
|
/prebuilts/go/darwin-x86/test/chan/ |
powser1.go | 47 var seqno int var 96 seqno++ 97 in.req <- seqno 122 seqno++ 123 in.req <- seqno 144 seqno++ 147 case req[0] <- seqno: 150 case req[1] <- seqno: 625 seqno = 0
|
powser2.go | 57 var seqno int var 106 seqno++ 107 in.req <- seqno 132 seqno++ 133 in.req <- seqno 154 seqno++ 157 case req[0] <- seqno: 160 case req[1] <- seqno: 639 seqno = 0
|
/prebuilts/go/linux-x86/test/chan/ |
powser1.go | 47 var seqno int var 96 seqno++ 97 in.req <- seqno 122 seqno++ 123 in.req <- seqno 144 seqno++ 147 case req[0] <- seqno: 150 case req[1] <- seqno: 625 seqno = 0
|
powser2.go | 57 var seqno int var 106 seqno++ 107 in.req <- seqno 132 seqno++ 133 in.req <- seqno 154 seqno++ 157 case req[0] <- seqno: 160 case req[1] <- seqno: 639 seqno = 0
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) { 275 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) 292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, 296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) 826 SequenceNumberT SeqNo; // initialized in locked scope below. 832 SeqNo = SequenceNumberMgr.getSequenceNumber(); 833 assert(!PendingResponses.count(SeqNo) && 837 PendingResponses[SeqNo] = 843 if (auto Err = C.startSendMessage(FnId, SeqNo)) { 876 SequenceNumberT SeqNo; [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCUtils.h | 267 SequenceNumberT SeqNo, Expected<HandlerRetT> ResultOrErr) { 275 if (auto Err = C.startSendMessage(ResponseId, SeqNo)) 292 Error respond(ChannelT &C, const FunctionIdT &ResponseId, SequenceNumberT SeqNo, 296 if (auto Err2 = C.startSendMessage(ResponseId, SeqNo)) 826 SequenceNumberT SeqNo; // initialized in locked scope below. 832 SeqNo = SequenceNumberMgr.getSequenceNumber(); 833 assert(!PendingResponses.count(SeqNo) && 837 PendingResponses[SeqNo] = 843 if (auto Err = C.startSendMessage(FnId, SeqNo)) { 876 SequenceNumberT SeqNo; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
vmwgfx_drm.h | 254 * 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/syslinux/core/lwip/src/netif/ppp/ |
vj.c | 299 if ((deltaL = ntohl(th->seqno) - ntohl(oth->seqno)) != 0) { 519 tmp = ntohl(th->seqno) + i; 520 th->seqno = htonl(tmp); 526 tmp = ntohl(th->seqno) + ntohs(IPH_LEN(&cs->cs_ip)) - cs->cs_hlen; 527 th->seqno = htonl(tmp); 544 DECODEL(th->seqno);
|
/external/syslinux/core/lwip/src/include/lwip/ |
tcp.h | 191 u32_t rcv_nxt; /* next seqno expected */ 214 u32_t lastack; /* Highest acknowledged seqno. */ 222 u32_t snd_nxt; /* next new seqno to be sent */
|
/device/google/cuttlefish_common/common/libs/net/ |
netlink_request.cpp | 33 uint32_t NetlinkRequest::SeqNo() const {
|
netlink_request.h | 78 uint32_t SeqNo() const;
|