OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nroutes
(Results
1 - 3
of
3
) sorted by null
/libcore/ojluni/src/main/native/
net_util_md.c
529
static int
nRoutes
= 0; /* number of routes */
611
if (
nRoutes
== loRoutes_size) {
619
memcpy (&loRoutes[
nRoutes
].addr,&dest_addr,sizeof(struct in6_addr));
620
loRoutes[
nRoutes
].plen = dest_plen;
621
nRoutes
++;
[
all
...]
/external/ppp/pppd/
sys-solaris.c
2653
int
nroutes
;
local
[
all
...]
/external/iputils/
ping.c
78
#define
NROUTES
9 /* number of record route slots */
131
char rspace[3 + 4 *
NROUTES
+ 1]; /* record route space */
[
all
...]
Completed in 120 milliseconds