Subversion Repositories Kolibri OS

Rev

Rev 1543 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1543 Rev 1716
Line 13... Line 13...
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
13
;;         GNU GENERAL PUBLIC LICENSE                              ;;
14
;;          Version 2, June 1991                                   ;;
14
;;          Version 2, June 1991                                   ;;
15
;;                                                                 ;;
15
;;                                                                 ;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
16
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 17... Line 17...
17
 
17
 
Line 18... Line 18...
18
$Revision: 1543 $
18
$Revision: 1716 $
Line 19... Line 19...
19
 
19
 
20
virtual at 0
20
virtual at 0
Line 28... Line 28...
28
 
28
 
29
	.PID			dd ? ; application process id
29
	.PID			dd ? ; application process id
30
	.Domain 		dd ? ; INET/UNIX/..
30
	.Domain 		dd ? ; INET/UNIX/..
31
	.Type			dd ? ; RAW/STREAM/DGRAP
31
	.Type			dd ? ; RAW/STREAM/DGRAP
32
	.Protocol		dd ? ; ICMP/IPv4/ARP/TCP/UDP
32
	.Protocol		dd ? ; ICMP/IPv4/ARP/TCP/UDP
Line 33... Line 33...
33
;        .errorcode              dd ?
33
	.errorcode		dd ?
34
 
34
 
35
	.options		dd ?
35
	.options		dd ?