gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:route_add (0.02 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/dhclient.c - 13.2KB - 407 lines
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: 
t2ex_source/kernel/sysmain/src/network_sample/net_conf.c - 7.2KB - 233 lines
116:         index = so_ifnametoindex("Neta");
117:         route_add(INADDR_ANY, inet_addr(GATEWAY), INADDR_ANY, index, 0);
118: