Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Droute.c165 struct rtentry *const rt = (void *)rt_buf; in INET_setroute() local
179 memset(rt, 0, sizeof(*rt)); in INET_setroute()
191 mask_in_addr(*rt) = htonl( ~(0xffffffffUL >> prefix_len)); in INET_setroute()
194 rt->rt_genmask.sa_family = AF_INET; in INET_setroute()
201 isnet = INET_resolve(target, (struct sockaddr_in *) &rt->rt_dst, in INET_setroute()
217 rt->rt_flags = ((isnet) ? RTF_UP : (RTF_UP | RTF_HOST)); in INET_setroute()
224 rt->rt_flags |= flags_ipvx[k & 3]; in INET_setroute()
230 rt->rt_metric = xatoul(args_m1) + 1; in INET_setroute()
238 if (mask_in_addr(*rt)) { in INET_setroute()
247 rt->rt_genmask = full_mask(mask); in INET_setroute()
[all …]
/busybox-1.35.0/
DMakefile.flags161 LDLIBS += rt
/busybox-1.35.0/miscutils/
Dbc.c5382 BcResultType lt, rt; in zxc_program_binOpPrep() local
5396 rt = (*r)->t; in zxc_program_binOpPrep()
5400 if (lt == rt && (lt == XC_RESULT_VAR || lt == XC_RESULT_ARRAY_ELEM)) { in zxc_program_binOpPrep()