Symbol: rtype
games/hack/def.mkroom.h
67
schar rtype,rlit,doorct,fdoor;
games/hack/hack.apply.c
381
if(rno >= 0 && rooms[rno].rtype >= 8) {
games/hack/hack.mklev.c
183
troom->rtype = VAULT; /* treasure vault */
games/hack/hack.mklev.c
486
croom->rtype = croom->doorct = croom->fdoor = 0;
games/hack/hack.mklev.c
702
if(aroom->rtype != 0) continue; /* not an ordinary room */
games/hack/hack.mkshop.c
125
if(sroom->rtype) continue;
games/hack/hack.mkshop.c
144
sroom->rtype = i + SHOPBASE;
games/hack/hack.mkshop.c
222
if(sroom->rtype)
games/hack/hack.mkshop.c
231
sroom->rtype = type;
games/hack/hack.mkshop.c
285
if(sroom->hx < 0 || sroom->rtype ||
games/hack/hack.mkshop.c
290
sroom->rtype = SWAMP;
games/hack/hack.shk.c
205
rooms[eshk->shoproom].rtype = 0;
games/hack/hack.shk.c
282
if((rooms[ESHK(shopkeeper)->shoproom].rtype == GENERAL)
games/hack/hack.shk.c
294
int rt = rooms[roomno].rtype;
games/hack/hack.shk.c
310
rooms[roomno].rtype = 0;
games/hack/hack.shk.c
318
if(roomno >= 0 && rooms[roomno].rtype >= 8) {
games/hack/hack.shk.c
323
rooms[roomno].rtype = 0;
games/hack/hack.shk.c
342
shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8] );
games/hack/hack.shk.c
554
shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]);
games/hack/hack.shk.c
746
((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype-8]) && tmp != obj->olet)
games/hack/hack.trap.c
347
if(croom->rtype == VAULT) {
games/hack/hack.vault.c
168
if(tmp < 0 || rooms[tmp].rtype != VAULT) {
games/hack/hack.vault.c
279
if((i = inroom(nx,ny)) >= 0 && rooms[i].rtype == VAULT)
regress/usr.sbin/rpki-client/repo-dummy.c
9
repo_stat_inc(struct repo *repo, int tal, enum rtype type, enum stype subtype)
sbin/unwind/libunbound/respip/respip.c
574
rdata2sockaddr(const struct packed_rrset_data* rd, uint16_t rtype, size_t i,
sbin/unwind/libunbound/respip/respip.c
579
if(rtype == LDNS_RR_TYPE_A && rd->rr_len[i] == 6) {
sbin/unwind/libunbound/respip/respip.c
588
} else if(rtype == LDNS_RR_TYPE_AAAA && rd->rr_len[i] == 18) {
sbin/unwind/libunbound/respip/respip.c
625
uint16_t rtype = ntohs(rep->rrsets[i]->rk.type);
sbin/unwind/libunbound/respip/respip.c
627
if(rtype != LDNS_RR_TYPE_A && rtype != LDNS_RR_TYPE_AAAA)
sbin/unwind/libunbound/respip/respip.c
631
if(!rdata2sockaddr(rd, rtype, j, &ss, &addrlen))
sys/arch/sparc64/fpu/fpu.c
422
int opf = instr.i_opf.i_opf, rs, rd, rtype;
sys/arch/sparc64/fpu/fpu.c
424
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
425
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
427
if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
429
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
431
fpu_fcopy(fs->fs_regs + rs, fs->fs_regs + rd, rtype);
sys/arch/sparc64/fpu/fpu.c
442
int opf = instr.i_opf.i_opf, rs, rd, rtype;
sys/arch/sparc64/fpu/fpu.c
444
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
445
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
447
if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
449
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
451
fpu_fcopy(fs->fs_regs + rs, fs->fs_regs + rd, rtype);
sys/arch/sparc64/fpu/fpu.c
463
int opf = instr.i_opf.i_opf, rs, rd, rtype;
sys/arch/sparc64/fpu/fpu.c
465
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
466
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
468
if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
470
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
472
fpu_fcopy(fs->fs_regs + rs, fs->fs_regs + rd, rtype);
sys/arch/sparc64/fpu/fpu.c
565
int opf = instr.i_opf.i_opf, rd, rs, rtype;
sys/arch/sparc64/fpu/fpu.c
568
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
569
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
571
if ((rs = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
573
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
576
fpu_explode(fe, &fe->fe_f1, rtype, rs);
sys/arch/sparc64/fpu/fpu.c
578
fpu_implode(fe, fp, rtype, space);
sys/arch/sparc64/fpu/fpu.c
580
*rdtypep = rtype;
sys/arch/sparc64/fpu/fpu.c
591
int opf = instr.i_opf.i_opf, rs1, rs2, rtype, cx, fsr;
sys/arch/sparc64/fpu/fpu.c
593
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
594
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
596
if ((rs1 = fpu_regoffset(instr.i_opf.i_rs1, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
598
if ((rs2 = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
601
fpu_explode(fe, &fe->fe_f1, rtype, rs1);
sys/arch/sparc64/fpu/fpu.c
602
fpu_explode(fe, &fe->fe_f2, rtype, rs2);
sys/arch/sparc64/fpu/fpu.c
631
int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2;
sys/arch/sparc64/fpu/fpu.c
633
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
634
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
636
if ((rs1 = fpu_regoffset(instr.i_opf.i_rs1, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
638
if ((rs2 = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
640
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
643
fpu_explode(fe, &fe->fe_f1, rtype, rs1);
sys/arch/sparc64/fpu/fpu.c
644
fpu_explode(fe, &fe->fe_f2, rtype, rs2);
sys/arch/sparc64/fpu/fpu.c
646
fpu_implode(fe, fp, rtype, space);
sys/arch/sparc64/fpu/fpu.c
648
*rdtypep = rtype;
sys/arch/sparc64/fpu/fpu.c
690
int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2;
sys/arch/sparc64/fpu/fpu.c
692
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
693
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
695
if ((rs1 = fpu_regoffset(instr.i_opf.i_rs1, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
697
if ((rs2 = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
699
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
702
fpu_explode(fe, &fe->fe_f1, rtype, rs1);
sys/arch/sparc64/fpu/fpu.c
703
fpu_explode(fe, &fe->fe_f2, rtype, rs2);
sys/arch/sparc64/fpu/fpu.c
705
fpu_implode(fe, fp, rtype, space);
sys/arch/sparc64/fpu/fpu.c
707
*rdtypep = rtype;
sys/arch/sparc64/fpu/fpu.c
719
int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2;
sys/arch/sparc64/fpu/fpu.c
721
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
722
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
724
if ((rs1 = fpu_regoffset(instr.i_opf.i_rs1, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
726
if ((rs2 = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
728
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
731
fpu_explode(fe, &fe->fe_f1, rtype, rs1);
sys/arch/sparc64/fpu/fpu.c
732
fpu_explode(fe, &fe->fe_f2, rtype, rs2);
sys/arch/sparc64/fpu/fpu.c
734
fpu_implode(fe, fp, rtype, space);
sys/arch/sparc64/fpu/fpu.c
736
*rdtypep = rtype;
sys/arch/sparc64/fpu/fpu.c
748
int opf = instr.i_opf.i_opf, rd, rtype, rs1, rs2;
sys/arch/sparc64/fpu/fpu.c
750
rtype = opf & 3;
sys/arch/sparc64/fpu/fpu.c
751
if (rtype == 0)
sys/arch/sparc64/fpu/fpu.c
753
if ((rs1 = fpu_regoffset(instr.i_opf.i_rs1, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
755
if ((rs2 = fpu_regoffset(instr.i_opf.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
757
if ((rd = fpu_regoffset(instr.i_opf.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
760
fpu_explode(fe, &fe->fe_f1, rtype, rs1);
sys/arch/sparc64/fpu/fpu.c
761
fpu_explode(fe, &fe->fe_f2, rtype, rs2);
sys/arch/sparc64/fpu/fpu.c
763
fpu_implode(fe, fp, rtype, space);
sys/arch/sparc64/fpu/fpu.c
765
*rdtypep = rtype;
sys/arch/sparc64/fpu/fpu.c
775
int rtype, rd, rs, cond;
sys/arch/sparc64/fpu/fpu.c
777
rtype = instr.i_fmovcc.i_opf_low & 3;
sys/arch/sparc64/fpu/fpu.c
778
if ((rtype == 0) || (instr.i_int & 0x00040000))
sys/arch/sparc64/fpu/fpu.c
781
if ((rd = fpu_regoffset(instr.i_fmovcc.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
783
if ((rs = fpu_regoffset(instr.i_fmovcc.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
814
fpu_fcopy(fs->fs_regs + rs, fs->fs_regs + rd, rtype);
sys/arch/sparc64/fpu/fpu.c
824
int rtype, rd, rs2, rs1;
sys/arch/sparc64/fpu/fpu.c
826
rtype = instr.i_fmovcc.i_opf_low & 3;
sys/arch/sparc64/fpu/fpu.c
827
if ((rtype == 0) || (instr.i_int & 0x00002000))
sys/arch/sparc64/fpu/fpu.c
830
if ((rd = fpu_regoffset(instr.i_fmovr.i_rd, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
832
if ((rs2 = fpu_regoffset(instr.i_fmovr.i_rs2, rtype)) < 0)
sys/arch/sparc64/fpu/fpu.c
871
fpu_fcopy(fs->fs_regs + rs2, fs->fs_regs + rd, rtype);
sys/dev/pci/if_bnxtreg.h
58309
uint16_t rtype;
sys/dev/pci/if_bnxtreg.h
58323
uint16_t rtype;
sys/dev/usb/if_wi_usb.c
1305
u_int16_t rtype;
sys/dev/usb/if_wi_usb.c
1349
rtype = letoh16(uin->type);
sys/dev/usb/if_wi_usb.c
1356
if (WI_USB_ISRXFRM(rtype)) {
sys/dev/usb/if_wi_usb.c
1360
if (WI_USB_ISTXFRM(rtype)) {
sys/dev/usb/if_wi_usb.c
1362
sc->wi_usb_dev.dv_xname, __func__, rtype));
sys/dev/usb/if_wi_usb.c
1367
switch (rtype) {
sys/dev/usb/if_wi_usb.c
1371
sc->wi_usb_dev.dv_xname, __func__, rtype));
sys/dev/usb/if_wi_usb.c
1386
sc->wi_usb_dev.dv_xname, __func__, rtype));
sys/dev/usb/if_wi_usb.c
1391
sc->wi_usb_dev.dv_xname, __func__, rtype));
sys/dev/usb/if_wi_usb.c
1402
rtype, total_len);
sys/dev/usb/uaudio.c
1278
unsigned int *rtype)
sys/dev/usb/uaudio.c
1301
*rtype = subtype;
usr.bin/dig/host.c
267
struct rtype *t;
usr.bin/dig/host.c
96
static struct rtype rtypes[] = {
usr.bin/ssh/channels.c
1945
port_open_helper(struct ssh *ssh, Channel *c, char *rtype)
usr.bin/ssh/channels.c
1964
rtype, c->listening_port, c->path, c->host_port,
usr.bin/ssh/channels.c
1967
open_preamble(ssh, __func__, c, rtype);
usr.bin/ssh/channels.c
1968
if (strcmp(rtype, "direct-tcpip") == 0) {
usr.bin/ssh/channels.c
1973
} else if (strcmp(rtype, "direct-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
1977
} else if (strcmp(rtype, "forwarded-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
1987
if (strcmp(rtype, "forwarded-streamlocal@openssh.com") == 0) {
usr.bin/ssh/channels.c
2019
char *rtype;
usr.bin/ssh/channels.c
2029
rtype = "forwarded-tcpip";
usr.bin/ssh/channels.c
2032
rtype = "forwarded-streamlocal@openssh.com";
usr.bin/ssh/channels.c
2035
rtype = "direct-streamlocal@openssh.com";
usr.bin/ssh/channels.c
2038
rtype = "dynamic-tcpip";
usr.bin/ssh/channels.c
2041
rtype = "direct-tcpip";
usr.bin/ssh/channels.c
2056
nc = channel_new(ssh, rtype, nextstate, newsock, newsock, -1,
usr.bin/ssh/channels.c
2057
c->local_window_max, c->local_maxpacket, 0, rtype, 1);
usr.bin/ssh/channels.c
2064
port_open_helper(ssh, nc, rtype);
usr.bin/ssh/channels.c
211
static void port_open_helper(struct ssh *ssh, Channel *c, char *rtype);
usr.bin/ssh/clientloop.c
1969
char *rtype = NULL;
usr.bin/ssh/clientloop.c
1980
if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
usr.bin/ssh/clientloop.c
1985
id, rtype, reply);
usr.bin/ssh/clientloop.c
1990
} else if (strcmp(rtype, "eow@openssh.com") == 0) {
usr.bin/ssh/clientloop.c
1994
} else if (strcmp(rtype, "exit-status") == 0) {
usr.bin/ssh/clientloop.c
2023
free(rtype);
usr.bin/ssh/clientloop.c
2656
char *rtype;
usr.bin/ssh/clientloop.c
2660
if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
usr.bin/ssh/clientloop.c
2664
rtype, want_reply);
usr.bin/ssh/clientloop.c
2665
if (strcmp(rtype, "hostkeys-00@openssh.com") == 0)
usr.bin/ssh/clientloop.c
2676
free(rtype);
usr.bin/ssh/monitor_wrap.c
205
u_char rtype;
usr.bin/ssh/monitor_wrap.c
211
if ((r = sshbuf_get_u8(m, &rtype)) != 0)
usr.bin/ssh/monitor_wrap.c
213
if (rtype != type)
usr.bin/ssh/monitor_wrap.c
214
fatal_f("read: rtype %d != type %d", rtype, type);
usr.bin/ssh/serverloop.c
745
char *rtype = NULL;
usr.bin/ssh/serverloop.c
757
if ((r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
usr.bin/ssh/serverloop.c
760
debug_f("rtype %s want_reply %d", rtype, want_reply);
usr.bin/ssh/serverloop.c
763
if (strcmp(rtype, "tcpip-forward") == 0) {
usr.bin/ssh/serverloop.c
789
} else if (strcmp(rtype, "cancel-tcpip-forward") == 0) {
usr.bin/ssh/serverloop.c
800
} else if (strcmp(rtype, "streamlocal-forward@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
818
} else if (strcmp(rtype, "cancel-streamlocal-forward@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
825
} else if (strcmp(rtype, "no-more-sessions@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
828
} else if (strcmp(rtype, "hostkeys-prove-00@openssh.com") == 0) {
usr.bin/ssh/serverloop.c
842
free(rtype);
usr.bin/ssh/serverloop.c
852
char *rtype = NULL;
usr.bin/ssh/serverloop.c
857
(r = sshpkt_get_cstring(ssh, &rtype, NULL)) != 0 ||
usr.bin/ssh/serverloop.c
862
id, rtype, want_reply);
usr.bin/ssh/serverloop.c
868
if (!strcmp(rtype, "eow@openssh.com")) {
usr.bin/ssh/serverloop.c
874
success = session_input_channel_req(ssh, c, rtype);
usr.bin/ssh/serverloop.c
884
free(rtype);
usr.bin/ssh/session.c
1840
session_input_channel_req(struct ssh *ssh, Channel *c, const char *rtype)
usr.bin/ssh/session.c
1846
logit_f("no session %d req %.100s", c->self, rtype);
usr.bin/ssh/session.c
1849
debug_f("session %d req %s", s->self, rtype);
usr.bin/ssh/session.c
1856
if (strcmp(rtype, "shell") == 0) {
usr.bin/ssh/session.c
1858
} else if (strcmp(rtype, "exec") == 0) {
usr.bin/ssh/session.c
1860
} else if (strcmp(rtype, "pty-req") == 0) {
usr.bin/ssh/session.c
1862
} else if (strcmp(rtype, "x11-req") == 0) {
usr.bin/ssh/session.c
1864
} else if (strcmp(rtype, "auth-agent-req@openssh.com") == 0) {
usr.bin/ssh/session.c
1866
} else if (strcmp(rtype, "agent-req") == 0) {
usr.bin/ssh/session.c
1868
} else if (strcmp(rtype, "subsystem") == 0) {
usr.bin/ssh/session.c
1870
} else if (strcmp(rtype, "env") == 0) {
usr.bin/ssh/session.c
1874
if (strcmp(rtype, "window-change") == 0) {
usr.bin/ssh/session.c
1876
} else if (strcmp(rtype, "break") == 0) {
usr.bin/ssh/session.c
1878
} else if (strcmp(rtype, "signal") == 0) {
usr.bin/ssh/ssh-sk-client.c
159
u_int rtype, rerr;
usr.bin/ssh/ssh-sk-client.c
200
if ((r = sshbuf_get_u32(resp, &rtype)) != 0) {
usr.bin/ssh/ssh-sk-client.c
204
if (rtype == SSH_SK_HELPER_ERROR) {
usr.bin/ssh/ssh-sk-client.c
216
} else if (rtype != type) {
usr.bin/ssh/ssh-sk-client.c
218
"expecting %u", rtype, type);
usr.bin/ssh/ssh-sk-helper.c
294
u_int rtype, ll = 0;
usr.bin/ssh/ssh-sk-helper.c
341
if ((r = sshbuf_get_u32(req, &rtype)) != 0 ||
usr.bin/ssh/ssh-sk-helper.c
349
switch (rtype) {
usr.bin/ssh/ssh-sk-helper.c
360
fatal("%s: unsupported request type %u", __progname, rtype);
usr.sbin/rpki-client/extern.h
219
enum rtype type; /* file type as determined by extension */
usr.sbin/rpki-client/extern.h
588
enum rtype type; /* type of entity (not RTYPE_EOF) */
usr.sbin/rpki-client/extern.h
732
enum rtype rtype_from_file_extension(const char *);
usr.sbin/rpki-client/extern.h
897
void repo_stat_inc(struct repo *, int, enum rtype, enum stype);
usr.sbin/rpki-client/filemode.c
335
static enum rtype
usr.sbin/rpki-client/filemode.c
342
enum rtype rtype = RTYPE_INVALID;
usr.sbin/rpki-client/filemode.c
351
rtype = RTYPE_CCR;
usr.sbin/rpki-client/filemode.c
368
rtype = RTYPE_ASPA;
usr.sbin/rpki-client/filemode.c
370
rtype = RTYPE_MFT;
usr.sbin/rpki-client/filemode.c
372
rtype = RTYPE_ROA;
usr.sbin/rpki-client/filemode.c
374
rtype = RTYPE_RSC;
usr.sbin/rpki-client/filemode.c
376
rtype = RTYPE_SPL;
usr.sbin/rpki-client/filemode.c
378
rtype = RTYPE_TAK;
usr.sbin/rpki-client/filemode.c
386
rtype = RTYPE_CER;
usr.sbin/rpki-client/filemode.c
393
rtype = RTYPE_CRL;
usr.sbin/rpki-client/filemode.c
408
return rtype;
usr.sbin/rpki-client/filemode.c
438
enum rtype type;
usr.sbin/rpki-client/main.c
203
enum rtype type = RTYPE_REPO;
usr.sbin/rpki-client/main.c
245
entityq_add(char *path, char *file, enum rtype type, enum location loc,
usr.sbin/rpki-client/main.c
456
queue_add_file(const char *file, enum rtype type, int talid)
usr.sbin/rpki-client/main.c
589
enum rtype type;
usr.sbin/rpki-client/mft.c
125
static enum rtype
usr.sbin/rpki-client/mft.c
128
enum rtype type;
usr.sbin/rpki-client/mft.c
156
enum rtype type;
usr.sbin/rpki-client/mft.c
65
enum rtype
usr.sbin/rpki-client/parser.c
933
enum rtype type;
usr.sbin/rpki-client/repo.c
1540
repo_stat_inc(struct repo *rp, int talid, enum rtype type, enum stype subtype)
usr.sbin/unbound/respip/respip.c
574
rdata2sockaddr(const struct packed_rrset_data* rd, uint16_t rtype, size_t i,
usr.sbin/unbound/respip/respip.c
579
if(rtype == LDNS_RR_TYPE_A && rd->rr_len[i] == 6) {
usr.sbin/unbound/respip/respip.c
588
} else if(rtype == LDNS_RR_TYPE_AAAA && rd->rr_len[i] == 18) {
usr.sbin/unbound/respip/respip.c
625
uint16_t rtype = ntohs(rep->rrsets[i]->rk.type);
usr.sbin/unbound/respip/respip.c
627
if(rtype != LDNS_RR_TYPE_A && rtype != LDNS_RR_TYPE_AAAA)
usr.sbin/unbound/respip/respip.c
631
if(!rdata2sockaddr(rd, rtype, j, &ss, &addrlen))
usr.sbin/vmd/vm_agentx.c
142
enum agentx_request_type rtype;
usr.sbin/vmd/vm_agentx.c
184
rtype = agentx_varbind_request(vminfo[i]);
usr.sbin/vmd/vm_agentx.c
189
(rtype == AGENTX_REQUEST_TYPE_GET ||
usr.sbin/vmd/vm_agentx.c
190
rtype ==
usr.sbin/vmd/vm_agentx.c
194
(rtype == AGENTX_REQUEST_TYPE_GETNEXT ||
usr.sbin/vmd/vm_agentx.c
195
rtype ==