Style.
Maxim Dounin
5 years ago
205 | 205 | #if (NGX_HAVE_MSGHDR_MSG_CONTROL) |
206 | 206 | |
207 | 207 | #if (NGX_HAVE_IP_SENDSRCADDR) |
208 | u_char msg_control[CMSG_SPACE(sizeof(struct in_addr))]; | |
208 | u_char msg_control[CMSG_SPACE(sizeof(struct in_addr))]; | |
209 | 209 | #elif (NGX_HAVE_IP_PKTINFO) |
210 | u_char msg_control[CMSG_SPACE(sizeof(struct in_pktinfo))]; | |
210 | u_char msg_control[CMSG_SPACE(sizeof(struct in_pktinfo))]; | |
211 | 211 | #endif |
212 | 212 | |
213 | 213 | #if (NGX_HAVE_INET6 && NGX_HAVE_IPV6_RECVPKTINFO) |
214 | u_char msg_control6[CMSG_SPACE(sizeof(struct in6_pktinfo))]; | |
214 | u_char msg_control6[CMSG_SPACE(sizeof(struct in6_pktinfo))]; | |
215 | 215 | #endif |
216 | 216 | |
217 | 217 | #endif |