linux_socket.h (4beacc3b1d1e179129d89364f8507a1ed548bf88) | linux_socket.h (4fe5361cbe6da587ebd66469f3e611d94a186892) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2000 Assar Westerlund 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 183 unchanged lines hidden (view full) --- 192#define LINUX_SO_SNDLOWAT 19 193#define LINUX_SO_RCVTIMEO 20 194#define LINUX_SO_SNDTIMEO 21 195#endif 196#define LINUX_SO_TIMESTAMP 29 197#define LINUX_SO_ACCEPTCONN 30 198#define LINUX_SO_SNDBUFFORCE 32 199#define LINUX_SO_RCVBUFFORCE 33 | 1/*- 2 * SPDX-License-Identifier: BSD-3-Clause 3 * 4 * Copyright (c) 2000 Assar Westerlund 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 183 unchanged lines hidden (view full) --- 192#define LINUX_SO_SNDLOWAT 19 193#define LINUX_SO_RCVTIMEO 20 194#define LINUX_SO_SNDTIMEO 21 195#endif 196#define LINUX_SO_TIMESTAMP 29 197#define LINUX_SO_ACCEPTCONN 30 198#define LINUX_SO_SNDBUFFORCE 32 199#define LINUX_SO_RCVBUFFORCE 33 |
200#define LINUX_SO_PROTOCOL 38 |
|
200 201/* Socket options */ 202#define LINUX_IP_TOS 1 203#define LINUX_IP_TTL 2 204#define LINUX_IP_HDRINCL 3 205#define LINUX_IP_OPTIONS 4 206#define LINUX_IP_RECVERR 11 207 --- 40 unchanged lines hidden --- | 201 202/* Socket options */ 203#define LINUX_IP_TOS 1 204#define LINUX_IP_TTL 2 205#define LINUX_IP_HDRINCL 3 206#define LINUX_IP_OPTIONS 4 207#define LINUX_IP_RECVERR 11 208 --- 40 unchanged lines hidden --- |