diff options
Diffstat (limited to 'man7/ip.7')
| -rw-r--r-- | man7/ip.7 | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -111,7 +111,7 @@ On raw sockets .I sin_port is set to the IP protocol. .PP -.in +0.25i +.in +4n .nf struct sockaddr_in { sa_family_t sin_family; /* address family: AF_INET */ @@ -124,7 +124,7 @@ struct in_addr { u_int32_t s_addr; /* address in network byte order */ }; .fi -.in -0.25i +.in .PP .I sin_family is always set to @@ -253,7 +253,7 @@ as control message with a packet using or .BR sendmsg (2). .IP -.in +0.25i +.in +4n .nf struct in_pktinfo { unsigned int ipi_ifindex; /* Interface index */ @@ -262,7 +262,7 @@ struct in_pktinfo { address */ }; .fi -.in -0.25i +.in .IP .\" FIXME elaborate on that. .I ipi_ifindex @@ -399,7 +399,7 @@ control message contains a .I sock_extended_err structure: .IP -.in +0.25i +.in +4n .ne 18 .nf #define SO_EE_ORIGIN_NONE 0 @@ -420,7 +420,7 @@ struct sock_extended_err { struct sockaddr *SO_EE_OFFENDER(struct sock_extended_err *); .fi -.in -0.25i +.in .IP .I ee_errno contains the @@ -633,7 +633,7 @@ Argument is an .I ip_mreqn structure. .sp -.in +0.25i +.in +4n .nf struct ip_mreqn { struct in_addr imr_multiaddr; /* IP multicast group @@ -643,7 +643,7 @@ struct ip_mreqn { int imr_ifindex; /* interface index */ }; .fi -.in -0.25i +.in .sp .I imr_multiaddr contains the address of the multicast group the application |
