Searched refs:rtm_type (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/ip/
H A Diprule.c184 if (r->rtm_type == RTN_NAT) {
193 } else if (r->rtm_type == FR_ACT_GOTO) {
201 } else if (r->rtm_type == FR_ACT_NOP)
203 else if (r->rtm_type != RTN_UNICAST)
204 fprintf(fp, "%s", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
255 req.r.rtm_type = RTN_UNSPEC;
260 req.r.rtm_type = RTN_UNICAST;
338 req.r.rtm_type = RTN_NAT;
365 req.r.rtm_type = type;
H A Diproute.c148 if (r->rtm_type != RTN_LOCAL)
151 if (r->rtm_type == RTN_LOCAL)
165 if ((filter.type^r->rtm_type)&filter.typemask)
258 r->rtm_type == RTN_UNREACHABLE &&
332 if (r->rtm_type != RTN_UNICAST && !filter.type)
333 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
578 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
607 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) {
732 req.r.rtm_type = RTN_UNICAST;
949 req.r.rtm_type
[all...]
/external/dhcpcd/
H A Dif-bsd.c227 rtm.hdr.rtm_type = RTM_CHANGE;
229 rtm.hdr.rtm_type = RTM_ADD;
231 rtm.hdr.rtm_type = RTM_DELETE;
350 switch(rtm->rtm_type) {
422 if (rtm->rtm_type != RTM_CHGADDR)
438 handle_ifa(rtm->rtm_type, ifname,
H A Dif-linux.c246 if (rtm->rtm_type != RTN_UNICAST ||
572 nlm->rt.rtm_type = RTN_UNICAST;
/external/libnl/lib/route/
H A Drule.c102 rule->r_type = r->rtm_type;
391 .rtm_type = RTN_UNSPEC
395 rtm.rtm_type = RTN_UNICAST;
407 rtm.rtm_type = tmpl->r_type;
H A Droute_obj.c936 route->rt_type = rtm->rtm_type;
1089 .rtm_type = route->rt_type,
/external/dnsmasq/src/
H A Dnetlink.c280 if (rtm->rtm_type != RTN_UNICAST || rtm->rtm_scope != RT_SCOPE_LINK)
/external/iproute2/include/linux/
H A Drtnetlink.h172 unsigned char rtm_type; /* See below */ member in struct:rtmsg
177 /* rtm_type */
/external/libnl/include/linux/
H A Drtnetlink.h161 unsigned char rtm_type; /* See below */ member in struct:rtmsg
166 /* rtm_type */
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c665 switch (rtm->rtm_type) {
676 "msg %d not interesting\n", rtm->rtm_type);
683 rtm->rtm_type);
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h184 unsigned char rtm_type; /* See below */ member in struct:rtmsg
189 /* rtm_type */
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_bsd.c749 switch (rtm->rtm_type) {
1204 switch (rtm->rtm_type) {
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_bsd.c749 switch (rtm->rtm_type) {
1204 switch (rtm->rtm_type) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_bsd.c749 switch (rtm->rtm_type) {
1204 switch (rtm->rtm_type) {

Completed in 195 milliseconds