ftype
mode_t ftype = 0;
ftype = S_IFREG;
ftype = S_IFDIR;
ftype = S_IFBLK;
ftype = S_IFCHR;
ftype = S_IFLNK;
ftype = S_IFSOCK;
ftype = S_IFIFO;
return (ftype);
port_insert(struct listen_port** list, int s, enum listen_type ftype,
item->ftype = ftype;
if(ports->ftype == listen_type_udp ||
ports->ftype == listen_type_udp_dnscrypt) {
} else if(ports->ftype == listen_type_doq) {
} else if(ports->ftype == listen_type_tcp ||
ports->ftype == listen_type_tcp_dnscrypt) {
ports->ftype, ports->pp2_enabled, cb, cb_arg,
} else if(ports->ftype == listen_type_ssl ||
ports->ftype == listen_type_http) {
ports->ftype, ports->pp2_enabled, cb, cb_arg,
if(ports->ftype == listen_type_http) {
} else if(ports->ftype == listen_type_udpancil ||
ports->ftype == listen_type_udpancil_dnscrypt) {
if((http_notls && ports->ftype == listen_type_http) ||
(ports->ftype == listen_type_tcp) ||
(ports->ftype == listen_type_udp) ||
(ports->ftype == listen_type_udpancil) ||
(ports->ftype == listen_type_tcp_dnscrypt) ||
(ports->ftype == listen_type_udp_dnscrypt) ||
(ports->ftype == listen_type_udpancil_dnscrypt)) {
} else if(ports->ftype == listen_type_doq) {
} else if(ports->ftype == listen_type_http) {
if (ports->ftype == listen_type_udp_dnscrypt ||
ports->ftype == listen_type_tcp_dnscrypt ||
ports->ftype == listen_type_udpancil_dnscrypt) {
enum listen_type ftype;
vm_prot_t ftype;
ftype = fsr & FAULT_WNR ? PROT_WRITE : PROT_READ;
error = uvm_fault(map, va, 0, ftype);
printf("\nuvm_fault(%p, %lx, %x, 0) -> %x\n", map, va, ftype,
pmap_fault_fixup(pmap_t pm, vaddr_t va, vm_prot_t ftype)
if ((ftype & PROT_WRITE) && /* fault caused by a write */
} else if ((ftype & PROT_EXEC) && /* fault caused by an exec */
} else if ((ftype & PROT_READ) && /* fault caused by a read */
pmap_fault_fixup(pmap_t pm, vaddr_t va, vm_prot_t ftype)
if ((ftype & PROT_WRITE) && /* fault caused by a write */
} else if ((ftype & PROT_EXEC) && /* fault caused by an exec */
} else if ((ftype & PROT_READ) && /* fault caused by a read */
u_int16_t ftype;
ftype = letoh16(rx_frame.wi_frame_ctl) & WI_FCTL_FTYPE;
if (ftype == WI_FTYPE_MGMT &&
u_int32_t ftype, mode;
ftype = ntohl(fp->fa.fa_type);
mode |= nfs_stat_types[ftype & 7];
struct sadb_protocol *sab, struct sadb_protocol *ftype)
flow->sen_direction = ftype->sadb_protocol_direction;
flow->sen_ip6_direction = ftype->sadb_protocol_direction;
export_flow(void **p, u_int8_t ftype, struct sockaddr_encap *flow,
switch (ftype) {
mux_client_forward(int fd, int cancel_flag, u_int ftype, struct Forward *fwd)
fwd_desc = format_forward(ftype, fwd);
(r = sshbuf_put_u32(m, ftype)) != 0 ||
format_forward(u_int ftype, struct Forward *fwd)
switch (ftype) {
fatal_f("unknown forward type %u", ftype);
u_int ftype;
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
(fwd_desc = format_forward(ftype, &fwd)));
if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE &&
ftype != MUX_FWD_DYNAMIC) {
logit_f("invalid forwarding type %u", ftype);
if (ftype == MUX_FWD_DYNAMIC && fwd.listen_path) {
(ftype != MUX_FWD_DYNAMIC && ftype != MUX_FWD_REMOTE &&
if (ftype != MUX_FWD_DYNAMIC && fwd.connect_host == NULL &&
switch (ftype) {
if (ftype == MUX_FWD_LOCAL || ftype == MUX_FWD_DYNAMIC) {
u_int ftype;
if ((r = sshbuf_get_u32(m, &ftype)) != 0 ||
(fwd_desc = format_forward(ftype, &fwd)));
switch (ftype) {
else if (ftype == MUX_FWD_REMOTE) {
ftype = FILTER_BANG;
ftype = FILTER_RBANG;
&cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
enum filtertype ftype;
} else if (ftype != FILTER_READ && pipe(input) < 0) {
if (ftype == FILTER_RBANG || ftype == FILTER_READ) {
if (ftype == FILTER_RBANG)
if (ftype == FILTER_READ) {
if (ftype == FILTER_WRITE) {
if (ftype == FILTER_BANG) {
ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
enum filtertype ftype)
if (ftype == FILTER_BANG) {
ftype(s->type), inotype(p->fts_statp->st_mode));
static char *ftype(u_int);
uint8_t algorithm, ftype;
ftype = rr->rdata[1];
buffer_printf(output, "%" PRIu8 " %" PRIu8 " ", algorithm, ftype);
port_insert(struct listen_port** list, int s, enum listen_type ftype,
item->ftype = ftype;
if(ports->ftype == listen_type_udp ||
ports->ftype == listen_type_udp_dnscrypt) {
} else if(ports->ftype == listen_type_doq) {
} else if(ports->ftype == listen_type_tcp ||
ports->ftype == listen_type_tcp_dnscrypt) {
ports->ftype, ports->pp2_enabled, cb, cb_arg,
} else if(ports->ftype == listen_type_ssl ||
ports->ftype == listen_type_http) {
ports->ftype, ports->pp2_enabled, cb, cb_arg,
if(ports->ftype == listen_type_http) {
} else if(ports->ftype == listen_type_udpancil ||
ports->ftype == listen_type_udpancil_dnscrypt) {
if((http_notls && ports->ftype == listen_type_http) ||
(ports->ftype == listen_type_tcp) ||
(ports->ftype == listen_type_udp) ||
(ports->ftype == listen_type_udpancil) ||
(ports->ftype == listen_type_tcp_dnscrypt) ||
(ports->ftype == listen_type_udp_dnscrypt) ||
(ports->ftype == listen_type_udpancil_dnscrypt)) {
} else if(ports->ftype == listen_type_doq) {
} else if(ports->ftype == listen_type_http) {
if (ports->ftype == listen_type_udp_dnscrypt ||
ports->ftype == listen_type_tcp_dnscrypt ||
ports->ftype == listen_type_udpancil_dnscrypt) {
enum listen_type ftype;