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

/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c68 * - added support for multiple scoped routes
707 CFDataRef routes; local
709 routes = CFDictionaryGetValue(dict, kIPDictRoutes);
710 if (routes != NULL) {
711 routes_list = (void *)CFDataGetBytePtr(routes);
1403 * Either of the routes specifies no interface and neither
1443 RouteListGetRouteAtIndexSimple(RouteListInfoRef info, RouteListRef routes, argument
1446 return ((void *)routes + (*info->list_compute_size)(where));
1450 RouteListGetRouteAtIndex(RouteListInfoRef info, RouteListRef routes, argument
1453 if (routes
1461 RouteListGetFirstRoute(RouteListInfoRef info, RouteListRef routes) argument
1468 RouteListRouteIndex(RouteListInfoRef info, RouteListRef routes, RouteRef route) argument
1484 RouteListAddRouteAtIndex(RouteListInfoRef info, RouteListRef routes, RouteRef this_route, CFIndex where) argument
1508 RouteListRemoveRouteAtIndex(RouteListInfoRef info, RouteListRef routes, CFIndex where) argument
1552 RouteListAddRoute(RouteListInfoRef info, RouteListRef routes, int init_size, RouteRef this_route, Rank this_rank) argument
1731 RouteListAddRouteList(RouteListInfoRef info, RouteListRef routes, int init_size, RouteListRef service_routes, Rank rank) argument
1808 RouteListFindRoute(RouteListInfoRef info, RouteListRef routes, RouteRef route) argument
1832 RouteListLookup(RouteListInfoRef info, RouteListRef routes, const void * address, int n_bits, IFIndex ifindex, RouteLookupFlags lookup_flags) argument
2103 RouteListFinalize(RouteListInfoRef info, RouteListRef routes) argument
2234 IPv4RouteListPrint(IPv4RouteListRef routes) argument
2277 IPv4RouteListCopyDescription(IPv4RouteListRef routes) argument
2566 IPv4RouteListLog(int level, IPv4RouteListRef routes) argument
2586 IPv4RouteListFinalize(IPv4RouteListRef routes) argument
2595 IPv4RouteListAddRouteList(IPv4RouteListRef routes, int init_size, IPv4RouteListRef service_routes, Rank rank) argument
2736 IPv4RouteListCreateWithDictionary(IPv4RouteListRef routes, CFDictionaryRef dict, CFNumberRef rank_assertion) argument
3084 IPv6RouteListCopyDescription(IPv6RouteListRef routes) argument
3119 IPv6RouteListPrint(IPv6RouteListRef routes) argument
3246 IPv6RouteListCreateWithDictionary(IPv6RouteListRef routes, CFDictionaryRef dict, CFNumberRef rank_assertion) argument
3671 IPv6RouteListAddRouteList(IPv6RouteListRef routes, int init_size, IPv6RouteListRef service_routes, Rank rank) argument
3683 IPv6RouteListLog(int level, IPv6RouteListRef routes) argument
3693 IPv6RouteListFinalize(IPv6RouteListRef routes) argument
3751 RouteListRef routes; local
3805 RouteListUnion routes; local
3923 IPv6RouteListRef routes; local
6694 RouteListRef routes = NULL; local
8821 dict_insert_routes(CFMutableDictionaryRef dict, CFStringRef prop_name, struct route * routes, int routes_count) argument
9427 dict_insert_v6_routes(CFMutableDictionaryRef dict, CFStringRef prop_name, struct route * routes, int routes_count) argument
[all...]
/macosx-10.10.1/network_cmds-457/rtadvd.tproj/
H A Drtadvd.h152 int routes; /* number of route information options */ member in struct:rainfo
H A Dconfig.c475 tmp->routes = 0;
504 tmp->routes++;
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c2289 Clear the interface IP addresses, and delete routes
3073 int routes; local
3085 if ((routes = socket(PF_ROUTE, SOCK_RAW, PF_ROUTE)) < 0) {
3103 if (write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0) {
3105 close(routes);
3109 close(routes);
3120 int routes; local
3129 if ((routes = socket(PF_ROUTE, SOCK_RAW, PF_ROUTE)) < 0) {
3134 if (write(routes, &arpmsg, arpmsg.hdr.rtm_msglen) < 0) {
3136 close(routes);
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_main.h243 /* routes */
244 service_route_t *routes; member in struct:ipsec_service
H A Dipsec_manager.c421 serv->u.ipsec.routes = NULL;
1667 continue; // no need for routes for 'none' policies
1763 for (route = serv->u.ipsec.routes; route != NULL; route = route->next) {
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c4144 // Mask is optional in routes dictionary; if not present, whole addresses are matched
4146 __SCNetworkConnectionIPv4AddressMatchesRoutes (struct sockaddr_in *addr_in, CFDictionaryRef routes) argument
4155 if (!isA_CFDictionary(routes)) {
4159 routeaddrData = CFDictionaryGetValue(routes, kSCNetworkConnectionNetworkInfoAddresses);
4160 maskData = CFDictionaryGetValue(routes, kSCNetworkConnectionNetworkInfoMasks);
4204 // Mask is optional in routes dictionary; if not present, whole addresses are matched
4206 __SCNetworkConnectionIPv6AddressMatchesRoutes (struct sockaddr_in6 *addr_in6, CFDictionaryRef routes) argument
4215 if (!isA_CFDictionary(routes)) {
4219 routeaddrData = CFDictionaryGetValue(routes, kSCNetworkConnectionNetworkInfoAddresses);
4220 maskData = CFDictionaryGetValue(routes, kSCNetworkConnectionNetworkInfoMask
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c1938 continue; // no need for routes for 'tranport' policies
1954 continue; // no need for routes for 'in' policies
1958 continue; // no need for routes for 'none' policies
1983 // don't try to delete routes that weren't installed
2038 syslog(LOG_NOTICE, "installed routes: addresses %sgateway %s\n", installed_routes_str, gateway_addr_str);
2064 gateway: gateway for the routes
2084 gateway: gateway for the routes
3362 for (p = serv->u.ipsec.routes; p != NULL; p = p->next) {
3380 route->next = serv->u.ipsec.routes;
3381 serv->u.ipsec.routes
[all...]
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c2477 CFArrayRef routes; local
2482 routes = CFArrayCreate(NULL, (const void * *)route_dict,
2487 CFDictionarySetValue(dict, kSCPropNetIPv4AdditionalRoutes, routes);
2488 CFRelease(routes);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Daml.vim36 syn keyword amlArcCmd contained red[o] refreshview regionb[uffer] regioncla[ss] regioncle[an] regiondi[ssolve] regiondo[ts] regione[rrors] regiong[roup] regionj[oin] regionl[ines] regionpoly regionpolyc[ount] regionpolycount regionpolyl[ist] regionpolylist regionq[uery] regions regionse[lect] regionsh[ades] regionsp[ot] regiont[ext] regionxa[rea] regionxarea regionxt[ab] regionxtab register registerd[bms] regr[ession] reindex rej[ects] rela[te] rele[ase] rem remapgrid reme[asure] remo[vescalar] remove removeback removecover removeedit removesnap removetransfer rename renamew[orkspace] renameworkspace reno[de] rep[lace] reposition resa[mple] resel[ect] reset resh[ape] restore restorearce[dit] restorearch[ive] resu[me] rgb2h[ue] rgb2s[at] rgb2v[al] rotate rotatep[lot] routea[rc] routeends routeendt[ext] routeer[rors] routeev[entspot] routeh[atch] routel[ines] routes routesp[ot] routest[ats] routet[ext] rp rs rt rt[l] rtl rv rw sa sai sample samples[ig] sav[e] savecolormap sc scal[ar] scat[tergram]

Completed in 330 milliseconds