summaryrefslogtreecommitdiffstats
path: root/share/doc/iso/wisc/figs/CONS_primitives.nr
blob: 16dc3e0cf4c5472e7b5531dd20a447519f12d4c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.(b
.TS
tab(+) center expand box;
c c 
a | a .
service primitive & arguments+provided by
=
N_CONNECT.request+cons_openvc(... faddr, ...)
called address+argument faddr
calling address+not implemented
receipt confirmation+not implemented
expedited data+not implemented
quality of service+not implemented
NS-user data+not implemented
_
N_CONNECT.indication+not implemented
_
N_CONNECT.response+cons_netcmd( CONN_REFUSE )
+ or cons_netcmd( CONN_CONFIRM )
+ however, net connection has already
+ been accepted.  If REFUSE, it will
+ be cleared with E_CO_HLI_REJT
+ (higher layer rejects connection)
responding address+not implemented
receipt confirmation+not implemented
expedited data+not implemented
quality of service+not implemented
NS-user data+not implemented
_
N_CONNECT.confirm+not implemented
=
N_DATA.request+cons_output(... m, ...) 
+and cosns_output(... m, ...)
confirmation+not implemented
data+mbuf chain m
_
N_DATA.indication+pr_input( m, ... )
+or software interrupt
confirmation+not implemented
data+mbuf chain
_
N_DATA_ACKNOWLEDGE.request+not implemented
_
N_DATA_ACKNOWLEDGE.indication+not implemented
_
N_EXPEDITED_DATA.request+not implemented
_
N_EXPEDITED_DATA.indication+not implemented
=
N_RESET.request+not implemented
N_RESET.indication+socket->so_error = reason
+or pr_ctlinput( PRC_ROUTEDEAD )
originator+not implemented
reason+from X.25 packet or ecn driver
N_RESET.response+not implemented
N_RESET.confirm+not implemented
=
N_DISCONNECT.request+cons_netcmd( CONN_CLOSE )
reason+uses E_CO_HLI_DISCN (normal 
+disconnect from higher layer)
responding address+not implemented
NS_user data+not implemented
_
N_DISCONNECT.indication+socket->so_error = reason
+or pr_ctlinput( PRC_ROUTEDEAD )
originator+not implemented
reason+from X.25 packet or ecn driver
responding address+not implemented
NS_user data+not implemented
.TE
.(c
\fBFigure \n+(FG\fR: Transport Service Primitives
.)c
.)b
.(f
\** data on disconnect is not supported at this time.
.)f
OpenPOWER on IntegriCloud