Print this page
Clearview IPMP manpages

Split Close
Expand all
Collapse all
          --- old/./socket.h.txt
          +++ new/./socket.h.txt
↓ open down ↓ 84 lines elided ↑ open up ↑
  85   85                     ucred_t  to  be  received.  The ucred_t is the
  86   86                     credential of the sending process at the  time
  87   87                     the  message was sent. This is a Sun-specific,
  88   88                     Evolving interface. See ucred_get(3C).
  89   89  
  90   90  
  91   91  
  92   92       The IPv4 data formats generally use the same values for data
  93   93       passed  back  in  cmsghdr  as for setsockopt() to enable the
  94   94       feature. The IPv4 data formats are  listed  below  with  the
  95      -     assocated payload for each.
       95 +     associated payload for each.
  96   96  
  97   97       IPPROTO_IP
  98   98       IP_RECVDSTADDR
  99   99  
 100  100           ipaddr_t, IP address
 101  101  
 102  102  
 103  103       IPPROTO_IP
 104  104       IP_RECVOPTS
 105  105  
↓ open down ↓ 34 lines elided ↑ open up ↑
 140  140       SOL_SOCKET
 141  141       SO_RECVUCRED
 142  142  
 143  143           ucred_t   -   cmsghdr.cmsg_type   is   SCM_UCRED,    not
 144  144           SO_RECVUCRED
 145  145  
 146  146  
 147  147  
 148  148       The IPv6 data formats use different values for enabling  the
 149  149       option  and  for  passing the value back to the application.
 150      -     The IPv6 data formats are listed below  with  the  assocated
      150 +     The IPv6 data formats are listed below  with  the associated
 151  151       payload for each.
 152  152  
 153  153       IPPROTO_IPV6
 154  154       IPV6_RECVPKTINFO
 155  155  
 156  156           in_pktinfo, cmsg_type IPV6_PKTINFO
 157  157  
 158  158  
 159  159       IPPROTO_IPV6
 160  160       IPV6_RECVTCLASS
↓ open down ↓ 131 lines elided ↑ open up ↑
 292  292       SOCK_DGRAM        Datagram socket
 293  293  
 294  294  
 295  295       SOCK_STREAM       Byte-stream socket
 296  296  
 297  297  
 298  298       SOCK_SEQPACKET    Sequenced-packet socket
 299  299  
 300  300  
 301  301  
 302      -     The <sys/socket.h> header defines the  following  macro  for
 303      -     use as the level argument of setsockopt() and getsockopt().
      302 +     The *<sys/socket.h>* header defines the following macros for
      303 +     use  as    the  *level*   argument   of   *setsockopt()* and
      304 +     getsockopt()*.
 304  305  
 305      -     SOL_SOCKET    Options to be accessed at  socket  level,  not
 306      -                   protocol level.
      306 +     *SOL_SOCKET*  Options  to be  accessed at  the socket  level,
      307 +                   not the protocol level.
 307  308  
      309 +     *SOL_ROUTE*   Options to be accessed  at  the routing  socket
      310 +                   level, not the protocol level.
 308  311  
 309  312  
 310  313       The <sys/socket.h> header defines the following  macros  for
 311  314       use  as  the  option_name  argument  in getsockopt() or set-
 312  315       sockopt() calls:
 313  316  
 314  317       SO_DEBUG         Debugging information is being recorded.
 315  318  
 316  319  
 317  320       SO_ACCEPTCONN    Socket is accepting connections.
↓ open down ↓ 208 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX