Home
last modified time | relevance | path

Searched refs:RTF_WASCLONED (Results 1 – 1 of 1) sorted by relevance

/external/libppp/src/
Droute.c167 #ifdef RTF_WASCLONED
168 { RTF_WASCLONED, 'W' },
182 #ifndef RTF_WASCLONED
183 #define RTF_WASCLONED (0) macro
429 if (RTF_WASCLONED == 0 && pass == 0) in route_IfDelete()
456 if ((pass == 0 && (rtm->rtm_flags & RTF_WASCLONED)) || in route_IfDelete()
457 (pass == 1 && !(rtm->rtm_flags & RTF_WASCLONED))) { in route_IfDelete()