Lines Matching +full:numbering +full:- +full:space
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 * Route-related (RTM_<NEW|DEL|GET>ROUTE) message header and attributes.
66 #define RTN_MAX (__RTN_MAX - 1)
116 * and per-protocol (IPv4/IPv6) flags.
137 * FreeBSD route table numbering starts from 0, where 0 is a valid default
182 #define NL_RTA_MAX (__RTA_MAX - 1)
191 * RTA_* space has clashes with rtsock namespace.
239 #define NL_RTA_DATA_LEN(_rta) ((int)((_rta)->rta_len - NL_RTA_HDRLEN))
247 #define _RTA_LEN(_rta) ((int)(_rta)->rta_len)
254 #define RTA_PAYLOAD(_rta) ((int)(_RTA_LEN(_rta) - NL_RTA_HDRLEN))
290 #define NL_RTAX_MAX (__NL_RTAX_MAX - 1)
304 * RTAX_* space clashes with rtsock namespace.
356 #define _RTNH_LEN(_nh) ((int)(_nh)->rtnh_len)