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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/drivers/
H A Dslip_user.c130 char gate_buf[sizeof("nnn.nnn.nnn.nnn\0")]; local
131 char *argv[] = { "uml_net", version_buf, "slip", "up", gate_buf,
159 strcpy(gate_buf, pri->gate_addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dethertap_user.c100 char gate_buf[sizeof("nnn.nnn.nnn.nnn\0")]; local
102 data_fd_buf, gate_buf, NULL };
110 strcpy(gate_buf, gate);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/drivers/
H A Dslip_user.c130 char gate_buf[sizeof("nnn.nnn.nnn.nnn\0")]; local
131 char *argv[] = { "uml_net", version_buf, "slip", "up", gate_buf,
159 strcpy(gate_buf, pri->gate_addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/drivers/
H A Dethertap_user.c100 char gate_buf[sizeof("nnn.nnn.nnn.nnn\0")]; local
102 data_fd_buf, gate_buf, NULL };
110 strcpy(gate_buf, gate);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/zebra/
H A Drt_socket.c106 char gate_buf[INET_ADDRSTRLEN] = "NULL"; local
166 inet_ntop (AF_INET, &sin_gate.sin_addr, gate_buf, INET_ADDRSTRLEN);
176 __func__, prefix_buf, p->prefixlen, gate_buf);
H A Dkernel_socket.c899 char buf[INET_ADDRSTRLEN], gate_buf[INET_ADDRSTRLEN]; local
920 inet_ntop (AF_INET, &gate.sin.sin_addr, gate_buf, INET_ADDRSTRLEN);
922 __func__, lookup (rtm_type_str, rtm->rtm_type), buf, p.prefixlen, gate_buf);
H A Dzebra_rib.c966 char gate_buf[INET_ADDRSTRLEN], qgate_buf[INET_ADDRSTRLEN]; local
967 inet_ntop (AF_INET, &nexthop->gate.ipv4.s_addr, gate_buf, INET_ADDRSTRLEN);
970 qgate_buf, recursing ? "rgate" : "gate", gate_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Drt_socket.c106 char gate_buf[INET_ADDRSTRLEN] = "NULL"; local
166 inet_ntop (AF_INET, &sin_gate.sin_addr, gate_buf, INET_ADDRSTRLEN);
176 __func__, prefix_buf, p->prefixlen, gate_buf);
H A Dkernel_socket.c899 char buf[INET_ADDRSTRLEN], gate_buf[INET_ADDRSTRLEN]; local
920 inet_ntop (AF_INET, &gate.sin.sin_addr, gate_buf, INET_ADDRSTRLEN);
922 __func__, lookup (rtm_type_str, rtm->rtm_type), buf, p.prefixlen, gate_buf);
H A Dzebra_rib.c966 char gate_buf[INET_ADDRSTRLEN], qgate_buf[INET_ADDRSTRLEN]; local
967 inet_ntop (AF_INET, &nexthop->gate.ipv4.s_addr, gate_buf, INET_ADDRSTRLEN);
970 qgate_buf, recursing ? "rgate" : "gate", gate_buf);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Drt_socket.c106 char gate_buf[INET_ADDRSTRLEN] = "NULL"; local
166 inet_ntop (AF_INET, &sin_gate.sin_addr, gate_buf, INET_ADDRSTRLEN);
176 __func__, prefix_buf, p->prefixlen, gate_buf);
H A Dkernel_socket.c899 char buf[INET_ADDRSTRLEN], gate_buf[INET_ADDRSTRLEN]; local
920 inet_ntop (AF_INET, &gate.sin.sin_addr, gate_buf, INET_ADDRSTRLEN);
922 __func__, lookup (rtm_type_str, rtm->rtm_type), buf, p.prefixlen, gate_buf);
H A Dzebra_rib.c966 char gate_buf[INET_ADDRSTRLEN], qgate_buf[INET_ADDRSTRLEN]; local
967 inet_ntop (AF_INET, &nexthop->gate.ipv4.s_addr, gate_buf, INET_ADDRSTRLEN);
970 qgate_buf, recursing ? "rgate" : "gate", gate_buf);

Completed in 135 milliseconds