Lines Matching defs:inetval
1573 char *inetval = NULL, out[1024] = {0};
1617 inetval = (char *)inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_DST]),
1625 sprintf(out,"%s%s",out,inetval);
1631 inetval = (char *)inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_SRC]),
1639 sprintf(out, "%s from %s", out, inetval);
1644 inetval = (char *)inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_GATEWAY]),
1646 sprintf(out, "%s via %s ", out, inetval);
1653 tmp, sizeof(tmp)), inetval)) return 0;
1665 inetval = (char *)inet_ntop(msg->rtm_family, RTA_DATA(attr[RTA_PREFSRC]),
1667 sprintf(out, "%s src %s ", out, inetval);