Search | Google it | Results 1 - 1 of 1 for funcall:inet_ntop from t2ex/t2ex_source/kernel/sysmain/src/network_sample/route.c (0.00 seconds) |
199: 200: printf("%-16s ", dest != NULL ? inet_ntop(AF_INET, &dest->sin_addr, rbuf, sizeof(rbuf)) : "-"); 201: printf("%-16s ", mask != NULL ? inet_ntop(AF_INET, &mask->sin_addr, rbuf, sizeof(rbuf)) : "-"); 202: printf("%-18s ", workbuf[0] != '\0' ? workbuf : "-");