Home
last modified time | relevance | path

Searched full:seq1 (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/sys/
H A Dmsgbuf.h59 #define MSGBUF_SEQADD(mbp, seq1, seq2) (((seq1) + (seq2)) % (mbp)->msg_seqmod) argument
60 #define MSGBUF_SEQSUB(mbp, seq1, seq2) ((seq1) >= (seq2) ? (seq1) - (seq2) : \ argument
61 (seq1) + (mbp)->msg_seqmod - (seq2))
/freebsd/usr.sbin/bluetooth/btpand/
H A Dclient.c174 uint8_t *seq0, *seq1; in client_query() local
218 && _sdp_get_seq(&seq0, attr.value, &seq1) in client_query()
219 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_L2CAP) in client_query()
220 && _sdp_get_uint16(&seq1, seq0, &l2cap_psm) in client_query()
221 && _sdp_get_seq(&seq0, attr.value, &seq1) in client_query()
222 && _sdp_match_uuid16(&seq1, seq0, SDP_UUID_PROTOCOL_BNEP)) { in client_query()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dseq.h39 size_t seq1 = atomic_load_zu(&src->seq, ATOMIC_ACQUIRE); \
40 if (seq1 % 2 != 0) { \
48 if (seq1 != seq2) { \
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.c1122 u_32_t seq1, seq2; in ipf_proxy_fixseqack() local
1138 seq1 = (u_32_t)ntohl(tcp->th_seq); in ipf_proxy_fixseqack()
1143 (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack()
1146 sel, !sel, seq1, in ipf_proxy_fixseqack()
1153 if (seq1 > seq2) { in ipf_proxy_fixseqack()
1155 seq1 += seq2; in ipf_proxy_fixseqack()
1156 tcp->th_seq = htonl(seq1); in ipf_proxy_fixseqack()
1161 if (inc && (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack()
1162 aps->aps_seqmin[sel] = seq1 + nlen - 1; in ipf_proxy_fixseqack()
1172 seq1 = ntohl(tcp->th_ack); in ipf_proxy_fixseqack()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Drenesas,dsi.yaml44 - const: seq1
148 interrupt-names = "seq0", "seq1", "vin1", "rcv",
/freebsd/usr.sbin/ppp/
H A Dmp.c122 isbefore(unsigned is12bit, u_int32_t seq1, u_int32_t seq2) in isbefore() argument
126 if (seq1 > max) { in isbefore()
127 if (seq2 < 0x200 || seq2 > seq1) in isbefore()
129 } else if ((seq1 > 0x200 || seq2 <= max) && seq1 < seq2) in isbefore()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.1566 .Ql Op Ar seq1 , Ar seq2
568 .Op Ar seq1
570 .Ar seq1
/freebsd/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c717 * SQN = SEQ | IND = SEQ1 | SEQ2 | IND in inc_sqn()
720 * SQN = SEQ1 | IND. The length of IND is ind_len bits and the length in inc_sqn()
721 * of SEQ1 is 48 - ind_len bits. in inc_sqn()
/freebsd/contrib/tnftp/src/
H A Dftp.1884 .Dq Op Ar seq1 , Ar seq2
886 .Op Ar seq1
888 .Ar seq1
/freebsd/sys/contrib/zlib/
H A Dzlib.h1725 Combine two Adler-32 checksums into one. For two sequences of bytes, seq1
1728 seq1 and seq2 concatenated, requiring only adler1, adler2, and len2. Note
1761 seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
1763 check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c1522 unsigned int seq1 = 0; in vdev_uberblock_compare() local
1526 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare()
1531 return (TREE_CMP(seq1, seq2)); in vdev_uberblock_compare()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.h1357 __le16 seq1;
830 __le16 seq1; global() member
H A Dpci.c1403 txwp_info->seq1 = 0;
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1560 unsigned int seq1 = 0; in vdev_uberblock_compare() local
1572 seq1 = MMP_SEQ(ub1); in vdev_uberblock_compare()
1577 return (AVL_CMP(seq1, seq2)); in vdev_uberblock_compare()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dalgorithm_impl.h
/freebsd/sys/netinet/
H A Dsctp_cc_functions.c1854 between(uint32_t seq1, uint32_t seq2, uint32_t seq3) in between() argument
1856 return (seq3 - seq2 >= seq1 - seq2); in between()
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dr9a07g054.dtsi786 interrupt-names = "seq0", "seq1", "vin1", "rcv",
H A Dr9a07g044.dtsi781 interrupt-names = "seq0", "seq1", "vin1", "rcv",