Searched refs:primary_router (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c496 static struct in_addr primary_router = { 0 }; // address of primary router (before PPP connection) variable in typeref:struct:in_addr
579 inet_aton(sopt, &primary_router);
581 primary_router.s_addr = 0;
1337 if (route_gateway(RTM_ADD, addr, addr, primary_router, 1) == 0) {
1364 if (route_gateway(RTM_ADD, route->address, route->mask, primary_router, 1) == 0) {
1368 addr2ascii(AF_INET, &primary_router, sizeof(primary_router), gateway_str));
1407 if (route_gateway(RTM_DELETE, route->address, route->mask, primary_router, 0) == 0) {
1411 addr2ascii(AF_INET, &primary_router, sizeof(primary_router), gateway_st
[all...]

Completed in 184 milliseconds