Home
last modified time | relevance | path

Searched refs:x25 (Results 1 – 25 of 5634) sorted by relevance

12345678910>>...226

/dports/multimedia/libv4l/linux-5.13-rc2/net/x25/
H A Dx25_in.c71 x25->fraglen = 0; in x25_queue_rx_frame()
98 x25->vs = 0; in x25_state1_machine()
99 x25->va = 0; in x25_state1_machine()
100 x25->vr = 0; in x25_state1_machine()
101 x25->vl = 0; in x25_state1_machine()
222 x25->vs = 0; in x25_state3_machine()
223 x25->vr = 0; in x25_state3_machine()
224 x25->va = 0; in x25_state3_machine()
225 x25->vl = 0; in x25_state3_machine()
276 x25->vr = (x25->vr + 1) % modulus; in x25_state3_machine()
[all …]
H A Dx25_subr.c60 if (x25->va != nr) in x25_frames_acked()
61 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
64 x25->va = (x25->va + 1) % modulus; in x25_frames_acked()
96 while (vc != x25->vs) { in x25_validate_nr()
185 &x25->source_addr); in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
346 x25->lci = 0; in x25_disconnect()
360 if (x25->neighbour) { in x25_disconnect()
363 x25->neighbour = NULL; in x25_disconnect()
[all …]
H A Dx25_out.c53 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
94 if (x25->neighbour->extended) in x25_output()
123 if (x25->neighbour->extended) { in x25_send_iframe()
143 if (x25->state != X25_STATE_3) in x25_kick()
164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
170 x25->vs = start; in x25_kick()
192 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
199 } while (x25->vs != end && in x25_kick()
202 x25->vl = x25->vr; in x25_kick()
[all …]
H A Dx25_timer.c29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
51 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
58 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
65 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
72 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
84 if (!timer_pending(&x25->timer)) in x25_display_timer()
135 switch (x25->state) { in x25_do_timer_expiry()
147 x25->state = X25_STATE_2; in x25_do_timer_expiry()
159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/x25/
H A Dx25_in.c71 x25->fraglen = 0; in x25_queue_rx_frame()
98 x25->vs = 0; in x25_state1_machine()
99 x25->va = 0; in x25_state1_machine()
100 x25->vr = 0; in x25_state1_machine()
101 x25->vl = 0; in x25_state1_machine()
222 x25->vs = 0; in x25_state3_machine()
223 x25->vr = 0; in x25_state3_machine()
224 x25->va = 0; in x25_state3_machine()
225 x25->vl = 0; in x25_state3_machine()
276 x25->vr = (x25->vr + 1) % modulus; in x25_state3_machine()
[all …]
H A Dx25_subr.c60 if (x25->va != nr) in x25_frames_acked()
61 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
64 x25->va = (x25->va + 1) % modulus; in x25_frames_acked()
96 while (vc != x25->vs) { in x25_validate_nr()
185 &x25->source_addr); in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
346 x25->lci = 0; in x25_disconnect()
360 if (x25->neighbour) { in x25_disconnect()
363 x25->neighbour = NULL; in x25_disconnect()
[all …]
H A Dx25_out.c53 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
94 if (x25->neighbour->extended) in x25_output()
123 if (x25->neighbour->extended) { in x25_send_iframe()
143 if (x25->state != X25_STATE_3) in x25_kick()
164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
170 x25->vs = start; in x25_kick()
192 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
199 } while (x25->vs != end && in x25_kick()
202 x25->vl = x25->vr; in x25_kick()
[all …]
H A Dx25_timer.c29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
51 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
58 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
65 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
72 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
84 if (!timer_pending(&x25->timer)) in x25_display_timer()
135 switch (x25->state) { in x25_do_timer_expiry()
147 x25->state = X25_STATE_2; in x25_do_timer_expiry()
159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/x25/
H A Dx25_in.c71 x25->fraglen = 0; in x25_queue_rx_frame()
98 x25->vs = 0; in x25_state1_machine()
99 x25->va = 0; in x25_state1_machine()
100 x25->vr = 0; in x25_state1_machine()
101 x25->vl = 0; in x25_state1_machine()
222 x25->vs = 0; in x25_state3_machine()
223 x25->vr = 0; in x25_state3_machine()
224 x25->va = 0; in x25_state3_machine()
225 x25->vl = 0; in x25_state3_machine()
276 x25->vr = (x25->vr + 1) % modulus; in x25_state3_machine()
[all …]
H A Dx25_subr.c60 if (x25->va != nr) in x25_frames_acked()
61 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
64 x25->va = (x25->va + 1) % modulus; in x25_frames_acked()
96 while (vc != x25->vs) { in x25_validate_nr()
185 &x25->source_addr); in x25_write_internal()
188 &x25->facilities, in x25_write_internal()
202 &x25->facilities, in x25_write_internal()
346 x25->lci = 0; in x25_disconnect()
360 if (x25->neighbour) { in x25_disconnect()
363 x25->neighbour = NULL; in x25_disconnect()
[all …]
H A Dx25_out.c53 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
94 if (x25->neighbour->extended) in x25_output()
123 if (x25->neighbour->extended) { in x25_send_iframe()
143 if (x25->state != X25_STATE_3) in x25_kick()
164 start = skb_peek(&x25->ack_queue) ? x25->vs : x25->va; in x25_kick()
165 end = (x25->va + x25->facilities.winsize_out) % modulus; in x25_kick()
170 x25->vs = start; in x25_kick()
192 x25->vs = (x25->vs + 1) % modulus; in x25_kick()
199 } while (x25->vs != end && in x25_kick()
202 x25->vl = x25->vr; in x25_kick()
[all …]
H A Dx25_timer.c29 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
49 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
51 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
58 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
65 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
72 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
84 if (!timer_pending(&x25->timer)) in x25_display_timer()
135 switch (x25->state) { in x25_do_timer_expiry()
147 x25->state = X25_STATE_2; in x25_do_timer_expiry()
159 struct x25_sock *x25 = from_timer(x25, t, timer); in x25_timer_expiry() local
[all …]
/dports/graphics/kipi-plugins/kipi-plugins-21.12.3/printimages/templates/
H A D1_photo_20x25cm.desktop2 Name=20x25 cm (1 photo)
3 Name[bg]=20x25 см. (1 снимка)
4 Name[bs]=20x25 cm (1 slika)
5 Name[ca]=20x25 cm (1 fotografia)
8 Name[da]=20x25 cm (1 foto)
13 Name[et]=20x25 cm (1 foto)
17 Name[gl]=20x25 cm (1 foto)
19 Name[id]=20x25 cm (1 foto)
20 Name[is]=20x25 cm (1 mynd)
27 Name[nl]=20x25 cm (1 foto)
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/dns/rdata/generic/
H A Dx25_19.c118 REQUIRE(x25 != NULL); in fromstruct_x25()
121 REQUIRE(x25->x25 != NULL && x25->x25_len != 0); in fromstruct_x25()
131 if (!isdigit((unsigned char)x25->x25[i])) { in fromstruct_x25()
137 return (mem_tobuffer(target, x25->x25, x25->x25_len)); in fromstruct_x25()
146 REQUIRE(x25 != NULL); in tostruct_x25()
156 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
157 if (x25->x25 == NULL) { in tostruct_x25()
161 x25->mctx = mctx; in tostruct_x25()
176 if (x25->x25 != NULL) { in freestruct_x25()
177 isc_mem_free(x25->mctx, x25->x25); in freestruct_x25()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/rdata/generic/
H A Dx25_19.c109 REQUIRE(x25 != NULL); in fromstruct_x25()
112 REQUIRE(x25->x25 != NULL && x25->x25_len != 0); in fromstruct_x25()
122 if (!isdigit(x25->x25[i] & 0xff)) { in fromstruct_x25()
128 return (mem_tobuffer(target, x25->x25, x25->x25_len)); in fromstruct_x25()
137 REQUIRE(x25 != NULL); in tostruct_x25()
147 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
148 if (x25->x25 == NULL) { in tostruct_x25()
152 x25->mctx = mctx; in tostruct_x25()
167 if (x25->x25 != NULL) { in freestruct_x25()
168 isc_mem_free(x25->mctx, x25->x25); in freestruct_x25()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/rdata/generic/
H A Dx25_19.c116 REQUIRE(x25 != NULL); in fromstruct_x25()
119 REQUIRE(x25->x25 != NULL && x25->x25_len != 0); in fromstruct_x25()
129 if (!isdigit((unsigned char)x25->x25[i])) { in fromstruct_x25()
135 return (mem_tobuffer(target, x25->x25, x25->x25_len)); in fromstruct_x25()
144 REQUIRE(x25 != NULL); in tostruct_x25()
154 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
155 if (x25->x25 == NULL) { in tostruct_x25()
159 x25->mctx = mctx; in tostruct_x25()
174 if (x25->x25 != NULL) { in freestruct_x25()
175 isc_mem_free(x25->mctx, x25->x25); in freestruct_x25()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/dns/rdata/generic/
H A Dx25_19.c118 REQUIRE(x25 != NULL); in fromstruct_x25()
121 REQUIRE(x25->x25 != NULL && x25->x25_len != 0); in fromstruct_x25()
131 if (!isdigit((unsigned char)x25->x25[i])) { in fromstruct_x25()
137 return (mem_tobuffer(target, x25->x25, x25->x25_len)); in fromstruct_x25()
146 REQUIRE(x25 != NULL); in tostruct_x25()
156 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
157 if (x25->x25 == NULL) { in tostruct_x25()
161 x25->mctx = mctx; in tostruct_x25()
176 if (x25->x25 != NULL) { in freestruct_x25()
177 isc_mem_free(x25->mctx, x25->x25); in freestruct_x25()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/printcreator/templates/
H A D1_photo_20x25cm.desktop3 Name=20x25 cm (1 photo)
4 Name[bg]=20x25 cm (1 снимка)
5 Name[ca]=20x25 cm (1 fotografia)
8 Name[da]=20x25 cm (1 foto)
12 Name[es]=20x25 cm (1 foto)
13 Name[et]=20x25 cm (1 foto)
17 Name[gl]=20x25 cm (1 foto)
18 Name[is]=20x25 cm (1 mynd)
19 Name[it]=20x25 cm (1 foto)
20 Name[nb]=20x25 cm (1 bilde)
[all …]
/dports/dns/bind911/bind-9.11.37/lib/dns/rdata/generic/
H A Dx25_19.c118 x25 = source; in fromstruct_x25()
127 if (!isdigit(x25->x25[i] & 0xff)) in fromstruct_x25()
131 return (mem_tobuffer(target, x25->x25, x25->x25_len)); in fromstruct_x25()
143 x25 = target; in tostruct_x25()
152 x25->x25 = mem_maybedup(mctx, r.base, x25->x25_len); in tostruct_x25()
153 if (x25->x25 == NULL) in tostruct_x25()
156 x25->mctx = mctx; in tostruct_x25()
168 x25 = source; in freestruct_x25()
173 if (x25->x25 != NULL) in freestruct_x25()
174 isc_mem_free(x25->mctx, x25->x25); in freestruct_x25()
[all …]
/dports/chinese/p5-Encode-HanExtra/Encode-HanExtra-0.23/ucm/
H A Dcccii.ucm299 <U30A5> \x69\x25\x25 |0
454 <U3160> \x6F\x25\x25 |0
1212 <U37E7> \x34\x25\x25 |0
3745 <U437A> \x25\x25\x2D |0
3747 <U437C> \x25\x25\x33 |0
3749 <U437E> \x25\x25\x4C |0
3753 <U4382> \x25\x25\x59 |0
3755 <U4384> \x25\x25\x56 |0
3757 <U4386> \x25\x25\x5A |0
3758 <U4387> \x25\x25\x65 |0
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/bitmaps/
H A Dtrash.bm18 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
20 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
22 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
24 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
26 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
28 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
30 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
32 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
34 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
36 0x00, 0x00, 0x25, 0x42, 0x88, 0x48, 0x01, 0x00, 0x00, 0x00, 0x25, 0x42,
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/port/arm/
H A Darmv8-curve25519.S2477 sub x25, x25, #1
4548 and x25, x28, x25
4670 and x25, x28, x25
4685 and x25, x28, x25
4705 and x25, x28, x25
4840 and x25, x28, x25
4904 and x25, x28, x25
4919 and x25, x28, x25
5212 and x25, x28, x25
5227 and x25, x28, x25
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/port/arm/
H A Darmv8-curve25519.S2477 sub x25, x25, #1
4548 and x25, x28, x25
4670 and x25, x28, x25
4685 and x25, x28, x25
4705 and x25, x28, x25
4840 and x25, x28, x25
4904 and x25, x28, x25
4919 and x25, x28, x25
5212 and x25, x28, x25
5227 and x25, x28, x25
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/arm/
H A Darmv8-curve25519.S2477 sub x25, x25, #1
4548 and x25, x28, x25
4670 and x25, x28, x25
4685 and x25, x28, x25
4705 and x25, x28, x25
4840 and x25, x28, x25
4904 and x25, x28, x25
4919 and x25, x28, x25
5212 and x25, x28, x25
5227 and x25, x28, x25
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/port/arm/
H A Darmv8-curve25519.S2477 sub x25, x25, #1
4548 and x25, x28, x25
4670 and x25, x28, x25
4685 and x25, x28, x25
4705 and x25, x28, x25
4840 and x25, x28, x25
4904 and x25, x28, x25
4919 and x25, x28, x25
5212 and x25, x28, x25
5227 and x25, x28, x25
[all …]

12345678910>>...226