Search | Google it | Results 1 - 2 of 2 for funcall:route_add (0.01 seconds) |
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); 323:
116: index = so_ifnametoindex("Neta"); 117: route_add(INADDR_ANY, inet_addr(GATEWAY), INADDR_ANY, index, 0); 118: