Search | Google it | Results 1 - 1 of 1 for funcall:inet_ntop from t2ex/t2ex_source/kernel/sysmain/src/network_sample/dhclient.c (0.03 seconds) |
320: a.s_addr = state->yiaddr; 321: DEBUG_PRINT(("%s: IP address = %s\n", ifname, inet_ntop(AF_INET, &a, rbuf, sizeof(rbuf)))); 322: route_add(INADDR_ANY, state->gate, INADDR_ANY, index, 0); 339: a.s_addr = state->dns[i]; 340: DEBUG_PRINT(("setup: so_resctl(%s) = %d(%d, %d)\n", inet_ntop(AF_INET, &a, rbuf, sizeof(rbuf)), re, MERCD(re), SERCD(re))); 341: }