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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dgentest.py402 def is_known_param_type(name, rtype):
412 if rtype[0:6] == 'const ':
413 crtype = rtype[6:]
415 crtype = rtype
428 """ % (name, crtype, name, name, rtype))
686 rtype = arg.xpathEval("string(@type)")
687 if rtype == 'void':
691 type = type_convert(rtype, nam, info, module, name, n)
692 if is_known_param_type(type, rtype) == 0:
696 rtype[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drt_socket.c109 if (nexthop->rtype == NEXTHOP_TYPE_IPV4 ||
110 nexthop->rtype == NEXTHOP_TYPE_IPV4_IFINDEX)
115 if (nexthop->rtype == NEXTHOP_TYPE_IFINDEX
116 || nexthop->rtype == NEXTHOP_TYPE_IFNAME
117 || nexthop->rtype == NEXTHOP_TYPE_IPV4_IFINDEX)
326 if (nexthop->rtype == NEXTHOP_TYPE_IPV6
327 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFNAME
328 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFINDEX)
333 if (nexthop->rtype == NEXTHOP_TYPE_IFINDEX
334 || nexthop->rtype
[all...]
H A Drt_ioctl.c196 if (nexthop->rtype == NEXTHOP_TYPE_IPV4 ||
197 nexthop->rtype == NEXTHOP_TYPE_IPV4_IFINDEX)
206 if (nexthop->rtype == NEXTHOP_TYPE_IFINDEX
207 || nexthop->rtype == NEXTHOP_TYPE_IFNAME)
454 if (nexthop->rtype == NEXTHOP_TYPE_IPV6
455 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFNAME
456 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFINDEX)
461 if (nexthop->rtype == NEXTHOP_TYPE_IFINDEX
462 || nexthop->rtype == NEXTHOP_TYPE_IFNAME
463 || nexthop->rtype
[all...]
H A Drt_netlink.c1251 if (nexthop->rtype == NEXTHOP_TYPE_IPV4
1252 || nexthop->rtype == NEXTHOP_TYPE_IPV4_IFINDEX)
1256 if (nexthop->rtype == NEXTHOP_TYPE_IPV6
1257 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFINDEX
1258 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFNAME)
1262 if (nexthop->rtype == NEXTHOP_TYPE_IFINDEX
1263 || nexthop->rtype == NEXTHOP_TYPE_IFNAME
1264 || nexthop->rtype == NEXTHOP_TYPE_IPV4_IFINDEX
1265 || nexthop->rtype == NEXTHOP_TYPE_IPV6_IFINDEX
1266 || nexthop->rtype
[all...]
H A Drib.h146 u_char rtype; member in struct:nexthop
H A Drib.c297 nexthop->rtype = newhop->type;
391 nexthop->rtype = newhop->type;
1672 switch (nexthop->rtype)
1753 switch (nexthop->rtype)
2829 switch (nexthop->rtype)
2920 switch (nexthop->rtype)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Duaccess.h333 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \
335 "1: mov"itype" %"rtype"1,%2\n" \
372 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \
374 "1: mov"itype" %2,%"rtype"1\n" \
378 " xor"itype" %"rtype"1,%"rtype"1\n" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duaccess.h173 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errno) \
175 "1: mov"itype" %"rtype"1,%2\n" \
217 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errno) \
219 "1: mov"itype" %2,%"rtype"1\n" \
223 " xor"itype" %"rtype"1,%"rtype"1\n" \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dhermes.c439 u16 rlength, rtype; local
458 rtype = hermes_read_reg(hw, dreg);
463 if (rtype != rid)
466 hw->iobase, __FUNCTION__, rid, rtype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stub.c286 __rep_send_message(env, eid, rtype, lsnp, dbtp, logflags, repflags)
289 u_int32_t rtype;
295 COMPQUIET(rtype, 0);
H A Drep_util.c318 __rep_send_message(env, eid, rtype, lsnp, dbt, ctlflags, repflags)
321 u_int32_t rtype;
365 cntrl.rectype = rtype;
367 cntrl.rectype = __rep_msg_to_old(rep->version, rtype);
369 "rep_send_msg: rtype %lu to version %lu record %lu.",
370 (u_long)rtype, (u_long)rep->version,
404 else if (rtype != REP_LOG || FLD_ISSET(ctlflags, REPCTL_RESEND))
406 if (rtype == REP_LOG && !FLD_ISSET(ctlflags, REPCTL_PERM)) {
450 env->dbenv->verbose, DB_VERB_REP_MSGS) && rtype == REP_LOG)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dtest_mutex.c128 enum {LOCKER, WAKEUP, PARENT} rtype; local
143 rtype = PARENT;
171 rtype = LOCKER;
174 rtype = WAKEUP;
209 if (rtype == LOCKER || rtype == WAKEUP) {
223 if ((rtype == LOCKER ?
226 if ((rtype == LOCKER ? locker_wait() : wakeup_wait()) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Deap.c2150 int code, id, len, rtype, vallen; local
2175 GETCHAR(rtype, inp);
2177 if (rtype >= 1 &&
2178 rtype <= sizeof (eap_typenames) / sizeof (char *))
2179 printer(arg, " %s", eap_typenames[rtype-1]);
2181 printer(arg, " type=0x%x", rtype);
2182 switch (rtype) {
2310 GETCHAR(rtype, inp);
2312 if (rtype >= 1 &&
2313 rtype <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dop-common.h760 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \
764 unsigned rtype ur_; \
768 ur_ = (unsigned rtype) -r; \
770 ur_ = (unsigned rtype) r; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dip6_tunnel.c1068 int rtype = ipv6_addr_type(&p->raddr); local
1073 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) &&
1074 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) &&
1075 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) {
1078 if (rtype&IPV6_ADDR_UNICAST)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dop-common.h596 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \
619 _FP_FRAC_DISASSEMBLE_##wc(X, ((unsigned rtype)r), rsize); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdiracenc.c327 p_dirac_params->p_encoder->enc_pparams.rtype == REFERENCE_PICTURE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c857 int cmd, ltype, lid, rtype, rid; member in struct:irix_procset
867 pset->cmd, pset->ltype, pset->lid, pset->rtype, pset->rid,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb.c1716 int idx, int bw, const u8 rtype[][5])
1724 inc = 1 << (rtype[idx][2] +
1725 rtype[idx][1] +
1726 rtype[idx][0] +
1733 inc = 1 << (rtype[idx][2] + bw / 64 + 2);
1715 sisusb_check_ranks(struct sisusb_usb_data *sisusb, int *iret, int rankno, int idx, int bw, const u8 rtype[][5]) argument

Completed in 316 milliseconds