Lines Matching full:not

16  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 unsigned char rtm_src_len; /* Source prefix length (not used) */
40 unsigned char rtm_tos; /* Type of service (not used) */
54 RTN_LOCAL, /* Accept locally (not supported) */
61 RTN_THROW, /* Not in this table (not supported) */
62 RTN_NAT, /* Translate this address (not supported) */
63 RTN_XRESOLVE, /* Use external resolver (not supported) */
70 * Values larger than RTPROT_STATIC(4) are not interpreted by the
118 #define RTM_F_NOTIFY 0x00000100 /* not supported */
119 #define RTM_F_CLONED 0x00000200 /* not supported */
120 #define RTM_F_EQUALIZE 0x00000400 /* not supported */
121 #define RTM_F_PREFIX 0x00000800 /* not supported */
122 #define RTM_F_LOOKUP_TABLE 0x00001000 /* not supported */
123 #define RTM_F_FIB_MATCH 0x00002000 /* not supported */
124 #define RTM_F_OFFLOAD 0x00004000 /* not supported */
125 #define RTM_F_TRAP 0x00008000 /* not supported */
126 #define RTM_F_OFFLOAD_FAILED 0x20000000 /* not supported */
138 * routing table. Indicating "all tables" via netlink can be done by not
149 NL_RTA_IIF = 3, /* not supported */
152 NL_RTA_PRIORITY = 6, /* not supported */
153 NL_RTA_PREFSRC = 7, /* not supported */
156 NL_RTA_PROTOINFO = 10, /* not supported / deprecated */
158 NL_RTA_FLOW = 11, /* not supported */
159 NL_RTA_CACHEINFO = 12, /* not supported */
160 NL_RTA_SESSION = 13, /* not supported / deprecated */
162 NL_RTA_MP_ALGO = 14, /* not supported / deprecated */
165 NL_RTA_MARK = 16, /* not supported */
166 NL_RTA_MFC_STATS = 17, /* not supported */
168 NL_RTA_NEWDST = 19, /* not supported */
169 NL_RTA_PREF = 20, /* not supported */
170 NL_RTA_ENCAP_TYPE = 21, /* not supported */
171 NL_RTA_ENCAP = 22, /* not supported */
173 NL_RTA_PAD = 24, /* not supported */
174 NL_RTA_UID = 25, /* not supported */
175 NL_RTA_TTL_PROPAGATE = 26, /* not supported */
176 NL_RTA_IP_PROTO = 27, /* not supported */
177 NL_RTA_SPORT = 28, /* not supported */
178 NL_RTA_DPORT = 29, /* not supported */
271 NL_RTAX_LOCK = 1, /* not supported */
273 NL_RTAX_WINDOW = 3, /* not supported */
274 NL_RTAX_RTT = 4, /* not supported */
275 NL_RTAX_RTTVAR = 5, /* not supported */
276 NL_RTAX_SSTHRESH = 6, /* not supported */
277 NL_RTAX_CWND = 7, /* not supported */
278 NL_RTAX_ADVMSS = 8, /* not supported */
279 NL_RTAX_REORDERING = 9, /* not supported */
280 NL_RTAX_HOPLIMIT = 10, /* not supported */
281 NL_RTAX_INITCWND = 11, /* not supporrted */
282 NL_RTAX_FEATURES = 12, /* not supported */
283 NL_RTAX_RTO_MIN = 13, /* not supported */
284 NL_RTAX_INITRWND = 14, /* not supported */
285 NL_RTAX_QUICKACK = 15, /* not supported */
286 NL_RTAX_CC_ALGO = 16, /* not supported */
287 NL_RTAX_FASTOPEN_NO_COOKIE = 17, /* not supported */
341 #define RTNH_F_DEAD 0x01 /* not supported */
342 #define RTNH_F_PERVASIVE 0x02 /* not supported */
343 #define RTNH_F_ONLINK 0x04 /* not supported */
344 #define RTNH_F_OFFLOAD 0x08 /* not supported */
345 #define RTNH_F_LINKDOWN 0x10 /* not supported */
346 #define RTNH_F_UNRESOLVED 0x20 /* not supported */
347 #define RTNH_F_TRAP 0x40 /* not supported */