... OSI4.1
The OSI model is a widely used reference model showing seven layers that define the different stages that data must go through to travel from one device to another over a network.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... sys/ioctl.h6.1
All standard header-files are relative to /usr/include/
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... socket6.2
A socket is the Unix abstraction of a network communications endpoint. The analogy is to a wire (the network data connection) being plugged into a socket.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...wrap-around6.3
When a number stored in a variable is increased from the max value allowed by the size of the data-type it will wrap around and start over at 0
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... tms\_utime10.1
The tms_utime field contains the CPU time spent executing instructions of the calling process
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... tms\_cutime10.2
The tms_cutime field contains the sum of the tms_utime and tms_cutime values for all waited-for terminated children.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... tms\_stime10.3
The tms_stime field contains the CPU time spent in the system while executing tasks on behalf of the calling process
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... tms\_cstime10.4
The tms_cstime field contains the sum of the tms_stime and tms_cstime values for all waited-for terminated children.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... stripped10.5
strip is a tool that discards all symbols from object files. It is often used on embedded systems where storage and RAM(often the same device) are scarce resources.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... nonce11.1
Number used Once. A random number. It is used to append random data to real data to prevent replay attacks.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
... epoch11.2
The time and date corresponding to 0 in an operating systems clock and timestamp values. Under all Unix versions the epoch is 00:00:00 GMT, January 1, 1970
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.