sockstat.1 (ca007d9172316d34b8a81a063a7669618dbcf7e6) | sockstat.1 (06e482e60a60643b7d60549870f45c6ba6c4c7a8) |
---|---|
1.\"- 2.\" Copyright (c) 1999 Dag-Erling Co�dan Sm�rgrav 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 94 unchanged lines hidden (view full) --- 103The transport protocol associated with the socket for Internet 104sockets, or the type of socket (stream or datagram) for 105.Ux 106sockets. 107.It Li LOCAL ADDRESS 108For Internet sockets, this is the address the local end of the socket 109is bound to (see 110.Xr getsockname 2 ) . | 1.\"- 2.\" Copyright (c) 1999 Dag-Erling Co�dan Sm�rgrav 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 94 unchanged lines hidden (view full) --- 103The transport protocol associated with the socket for Internet 104sockets, or the type of socket (stream or datagram) for 105.Ux 106sockets. 107.It Li LOCAL ADDRESS 108For Internet sockets, this is the address the local end of the socket 109is bound to (see 110.Xr getsockname 2 ) . |
111For bound 112.Ux | 111For bound 112.Ux |
113sockets, it is the socket's filename. | 113sockets, it is the socket's filename. |
114For other 115.Ux | 114For other 115.Ux |
116sockets, it is a right arrow followed by the endpoint's filename, or 117.Dq Li ?? 118if the endpoint could not be determined. 119.It Li FOREIGN ADDRESS 120(Internet sockets only) 121The address the foreign end of the socket is bound to (see 122.Xr getpeername 2 ) . 123.El --- 15 unchanged lines hidden --- | 116sockets, it is a right arrow followed by the endpoint's filename, or 117.Dq Li ?? 118if the endpoint could not be determined. 119.It Li FOREIGN ADDRESS 120(Internet sockets only) 121The address the foreign end of the socket is bound to (see 122.Xr getpeername 2 ) . 123.El --- 15 unchanged lines hidden --- |