Home
last modified time | relevance | path

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

12

/linux-3.4.99/net/x25/
Dx25_in.c38 struct x25_sock *x25 = x25_sk(sk); in x25_queue_rx_frame() local
41 x25->fraglen += skb->len; in x25_queue_rx_frame()
42 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame()
47 if (!more && x25->fraglen > 0) { /* End of fragment */ in x25_queue_rx_frame()
48 int len = x25->fraglen + skb->len; in x25_queue_rx_frame()
55 skb_queue_tail(&x25->fragment_queue, skb); in x25_queue_rx_frame()
59 skbo = skb_dequeue(&x25->fragment_queue); in x25_queue_rx_frame()
65 skb_dequeue(&x25->fragment_queue)) != NULL) { in x25_queue_rx_frame()
66 skb_pull(skbo, (x25->neighbour->extended) ? in x25_queue_rx_frame()
74 x25->fraglen = 0; in x25_queue_rx_frame()
[all …]
Dx25_subr.c39 struct x25_sock *x25 = x25_sk(sk); in x25_clear_queues() local
42 skb_queue_purge(&x25->ack_queue); in x25_clear_queues()
43 skb_queue_purge(&x25->interrupt_in_queue); in x25_clear_queues()
44 skb_queue_purge(&x25->interrupt_out_queue); in x25_clear_queues()
45 skb_queue_purge(&x25->fragment_queue); in x25_clear_queues()
57 struct x25_sock *x25 = x25_sk(sk); in x25_frames_acked() local
58 int modulus = x25->neighbour->extended ? X25_EMODULUS : X25_SMODULUS; in x25_frames_acked()
63 if (x25->va != nr) in x25_frames_acked()
64 while (skb_peek(&x25->ack_queue) && x25->va != nr) { in x25_frames_acked()
65 skb = skb_dequeue(&x25->ack_queue); in x25_frames_acked()
[all …]
Dx25_out.c58 struct x25_sock *x25 = x25_sk(sk); in x25_output() local
59 int header_len = x25->neighbour->extended ? X25_EXT_MIN_LEN : in x25_output()
61 int max_len = x25_pacsize_to_bytes(x25->facilities.pacsize_out); in x25_output()
99 if (x25->neighbour->extended) in x25_output()
123 struct x25_sock *x25 = x25_sk(sk); in x25_send_iframe() local
128 if (x25->neighbour->extended) { in x25_send_iframe()
129 skb->data[2] = (x25->vs << 1) & 0xFE; in x25_send_iframe()
131 skb->data[3] |= (x25->vr << 1) & 0xFE; in x25_send_iframe()
134 skb->data[2] |= (x25->vs << 1) & 0x0E; in x25_send_iframe()
135 skb->data[2] |= (x25->vr << 5) & 0xE0; in x25_send_iframe()
[all …]
Dx25_timer.c34 struct x25_sock *x25 = x25_sk(sk); in x25_init_timers() local
36 setup_timer(&x25->timer, x25_timer_expiry, (unsigned long)sk); in x25_init_timers()
55 struct x25_sock *x25 = x25_sk(sk); in x25_start_t2timer() local
57 mod_timer(&x25->timer, jiffies + x25->t2); in x25_start_t2timer()
62 struct x25_sock *x25 = x25_sk(sk); in x25_start_t21timer() local
64 mod_timer(&x25->timer, jiffies + x25->t21); in x25_start_t21timer()
69 struct x25_sock *x25 = x25_sk(sk); in x25_start_t22timer() local
71 mod_timer(&x25->timer, jiffies + x25->t22); in x25_start_t22timer()
76 struct x25_sock *x25 = x25_sk(sk); in x25_start_t23timer() local
78 mod_timer(&x25->timer, jiffies + x25->t23); in x25_start_t23timer()
[all …]
Daf_x25.c521 struct x25_sock *x25; in x25_alloc_socket() local
529 x25 = x25_sk(sk); in x25_alloc_socket()
530 skb_queue_head_init(&x25->ack_queue); in x25_alloc_socket()
531 skb_queue_head_init(&x25->fragment_queue); in x25_alloc_socket()
532 skb_queue_head_init(&x25->interrupt_in_queue); in x25_alloc_socket()
533 skb_queue_head_init(&x25->interrupt_out_queue); in x25_alloc_socket()
542 struct x25_sock *x25; in x25_create() local
560 x25 = x25_sk(sk); in x25_create()
570 x25->t21 = sysctl_x25_call_request_timeout; in x25_create()
571 x25->t22 = sysctl_x25_reset_request_timeout; in x25_create()
[all …]
Dx25_proc.c86 struct x25_sock *x25; in x25_seq_socket_show() local
97 x25 = x25_sk(s); in x25_seq_socket_show()
99 if (!x25->neighbour || (dev = x25->neighbour->dev) == NULL) in x25_seq_socket_show()
102 devname = x25->neighbour->dev->name; in x25_seq_socket_show()
106 !x25->dest_addr.x25_addr[0] ? "*" : x25->dest_addr.x25_addr, in x25_seq_socket_show()
107 !x25->source_addr.x25_addr[0] ? "*" : x25->source_addr.x25_addr, in x25_seq_socket_show()
108 devname, x25->lci & 0x0FFF, x25->state, x25->vs, x25->vr, in x25_seq_socket_show()
109 x25->va, x25_display_timer(s) / HZ, x25->t2 / HZ, in x25_seq_socket_show()
110 x25->t21 / HZ, x25->t22 / HZ, x25->t23 / HZ, in x25_seq_socket_show()
DMakefile5 obj-$(CONFIG_X25) += x25.o
7 x25-y := af_x25.o x25_dev.o x25_facilities.o x25_in.o \
10 x25-$(CONFIG_SYSCTL) += sysctl_net_x25.o
DKconfig20 You can read more about X.25 at <http://www.sangoma.com/x25.htm> and
23 <file:Documentation/networking/x25.txt> and
24 <file:Documentation/networking/x25-iface.txt>.
34 will be called x25. If unsure, say N.
Dx25_facilities.c267 struct x25_sock *x25 = x25_sk(sk); in x25_negotiate_facilities() local
268 struct x25_facilities *ours = &x25->facilities; in x25_negotiate_facilities()
275 len = x25_parse_facilities(skb, &theirs, dte, &x25->vc_facil_mask); in x25_negotiate_facilities()
/linux-3.4.99/drivers/net/wan/
Dcycx_x25.c288 if (conf->u.x25.hi_pvc) { in cycx_x25_wan_init()
289 card->u.x.hi_pvc = min_t(unsigned int, conf->u.x25.hi_pvc, 4095); in cycx_x25_wan_init()
290 card->u.x.lo_pvc = min_t(unsigned int, conf->u.x25.lo_pvc, card->u.x.hi_pvc); in cycx_x25_wan_init()
293 if (conf->u.x25.hi_svc) { in cycx_x25_wan_init()
294 card->u.x.hi_svc = min_t(unsigned int, conf->u.x25.hi_svc, 4095); in cycx_x25_wan_init()
295 card->u.x.lo_svc = min_t(unsigned int, conf->u.x25.lo_svc, card->u.x.hi_svc); in cycx_x25_wan_init()
305 if (conf->u.x25.hdlc_window) in cycx_x25_wan_init()
306 cfg.n2win = min_t(unsigned int, conf->u.x25.hdlc_window, 7); in cycx_x25_wan_init()
308 if (conf->u.x25.pkt_window) in cycx_x25_wan_init()
309 cfg.n3win = min_t(unsigned int, conf->u.x25.pkt_window, 7); in cycx_x25_wan_init()
[all …]
Dwanxlfw.inc_shipped39 0x09,0xB0,0x00,0x00,0x18,0x52,0x25,0x7C,0x00,0x00,0xFF,0xFF,0x00,0x10,0x25,0x7C,
57 0x09,0xB0,0x00,0x00,0x19,0x9C,0x25,0x7C,0x00,0x00,0x00,0x03,0x00,0x04,0x0C,0xA8,
58 0x00,0x00,0x00,0x02,0x00,0x14,0x66,0x00,0x00,0x0E,0x25,0x7C,0x10,0x04,0x09,0x00,
59 0x00,0x00,0x60,0x00,0x00,0x0A,0x25,0x7C,0x10,0x04,0x00,0x00,0x00,0x00,0x33,0x7C,
/linux-3.4.99/arch/powerpc/boot/dts/
Dmpc7448hpc2.dts162 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
167 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
176 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
181 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
Dholly.dts162 0x800 0x0 0x0 0x2 &RT0 0x25 0x0
166 0x1000 0x0 0x0 0x1 &RT0 0x25 0x0
174 0x1800 0x0 0x0 0x4 &RT0 0x25 0x0
178 0x2000 0x0 0x0 0x3 &RT0 0x25 0x0
/linux-3.4.99/Documentation/
Dsvga.txt23 NORMAL_VGA - Standard 80x25 mode available on all display adapters.
46 the standard 80x25 mode.
52 0 0F00 80x25
66 "0 0F00 80x25" means that the first menu item (the menu items are numbered
67 from "0" to "9" and from "a" to "z") is a 80x25 mode with ID=0x0f00 (see the
82 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
119 (Usually 940=80x43, 941=132x25, 942=132x44, 943=80x60, 944=100x60,
124 0x0f00 standard 80x25, don't reset mode if already set (=FFFF)
136 E.g., 0x1950 corresponds to a 80x25 mode, 0x2b84 to 132x43 etc.
142 0xffff equivalent to 0x0f00 (standard 80x25)
[all …]
/linux-3.4.99/Documentation/isdn/
DREADME.x25143 - the x25-utils-2.X package from
145 (don't confuse the x25-utils with the ax25-utils)
148 contained in the x25-util package).
161 But a special x25route tool (distributed with the x25-util package)
170 tests, the x25-utils package contains a modified version of telnet
180 The x25-utility package also contains an x25trace tool that can be
182 The /proc/net/x25* files also contain useful information.
D00-INDEX47 README.x25
/linux-3.4.99/Documentation/networking/
Dx25.txt32 A linux-x25 mailing list has been created at vger.kernel.org to support the
37 subscribe linux-x25
D00-INDEX215 x25.txt
217 x25-iface.txt
/linux-3.4.99/net/
DMakefile30 obj-$(CONFIG_X25) += x25/
/linux-3.4.99/Documentation/frv/
Dgdbinit62 …f "tlb[0x25]: %08lx %08lx %08lx %08lx\n",__debug_mmu.tlb[0x25].L,__debug_mmu.tlb[0x25].P,__debug_…
/linux-3.4.99/include/linux/
Dwanrouter.h236 wan_x25_conf_t x25; /* X.25 configuration */ member
/linux-3.4.99/drivers/video/console/
DKconfig44 buffer. Each 64KB will give you approximately 16 80x25
165 provided by the VGA text console 80x25 mode.
/linux-3.4.99/Documentation/fb/
Dintelfb.txt103 If setting this parameter doesn't work (you stay in a 80x25 text-mode),
/linux-3.4.99/Documentation/usb/
Dgadget_hid.txt38 0x25, 0x01, /* LOGICAL_MAXIMUM (1) */
57 0x25, 0x65, /* LOGICAL_MAXIMUM (101) */
/linux-3.4.99/drivers/scsi/aic7xxx/
Daic79xx_seq.h_shipped64 0x08, 0x92, 0x25, 0x03,
322 0x08, 0x92, 0x25, 0x03,
420 0xfb, 0x92, 0x25, 0x0b,
477 0x04, 0x92, 0x25, 0x03,
770 0x08, 0x92, 0x25, 0x03,

12