Searched refs:tos (Results 51 - 75 of 100) sorted by relevance

1234

/freebsd-11-stable/usr.bin/indent/
H A Dlexi.c355 if (*buf_ptr == '(' && ps.tos <= 1 && ps.ind_level == 0) {
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h189 uint8_t tos; /* TOS/Traffic Type */ member in struct:t4_filter_tuple
H A Dt4_filter.c256 if (fs1->mask.tos && fs1->val.tos != fs2->val.tos)
397 if (fs->val.tos || fs->mask.tos)
668 fwr->ttyp = f->fs.val.tos;
669 fwr->ttypm = f->fs.mask.tos;
744 if (tp->tos_shift >= 0 && fs->mask.tos) {
745 *ftuple |= (uint64_t)(fs->val.tos) << tp->tos_shift;
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c39 int tos = -1; variable
2221 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2222 tos = tp->t_tos;
2224 if (tos < 0)
2225 tos = 020; /* Low Delay bit */
2226 if (tos
2228 (void *)&tos, sizeof(int)) < 0)
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c95 int tos = -1; variable
2404 if (tos < 0 && (tp = gettosbyname("telnet", "tcp")))
2405 tos = tp->t_tos;
2407 if (tos < 0)
2408 tos = IPTOS_LOWDELAY;
2409 if (tos
2411 (char *)&tos, sizeof(int)) < 0)
/freebsd-11-stable/crypto/openssh/
H A Dpacket.c2305 ssh_packet_set_tos(struct ssh *ssh, int tos) argument
2313 debug3("%s: set IP_TOS 0x%02x", __func__, tos);
2315 IPPROTO_IP, IP_TOS, &tos, sizeof(tos)) < 0)
2317 tos, strerror(errno));
2322 debug3("%s: set IPV6_TCLASS 0x%02x", __func__, tos);
2324 IPPROTO_IPV6, IPV6_TCLASS, &tos, sizeof(tos)) < 0)
2326 tos, strerror(errno));
/freebsd-11-stable/contrib/gcc/
H A Dtree-into-ssa.c365 basic_block bb, *worklist, *tos; local
369 tos = worklist
374 *tos++ = BASIC_BLOCK (i);
378 while (tos != worklist)
384 bb = *--tos;
397 *tos++ = pred;
H A Dtree-ssa-live.c576 int *tos = stack; local
584 *tos++ = b;
587 while (tos != stack)
589 b = *--tos;
600 *tos++ = e->src->index;
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c248 int tos = IPTOS_LOWDELAY; local
250 (void *)&tos, sizeof(tos)) == -1) {
1710 int tos = IPTOS_THROUGHPUT; local
1712 (void *)&tos, sizeof(tos)) == -1) {
/freebsd-11-stable/contrib/traceroute/
H A Dtraceroute.c516 int tos = 0, settos = 0; local
688 tos = str2val(optarg, "tos", 0, 255);
785 outip->ip_tos = tos;
902 (char *)&tos, sizeof(tos)) < 0) {
903 Fprintf(stderr, "%s: setsockopt tos %d: %s\n",
904 prog, tos, strerror(errno));
2129 "\t[-t tos] [-w waittime] [-A as_server] [-z pausemsecs] host [packetlen]\n", prog);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c2535 int *tos = stack;
2552 *tos++ = value;
2562 *tos++ = value;
2570 *tos++ = value;
2576 *tos++ = value;
2580 *tos++ = 0;
2586 write_int (*(--tos));
2589 *tos++ = THIS ();
2594 value = *(--tos);
2595 value += *(--tos);
2532 int *tos = stack; local
[all...]
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c67 static __inline struct value *tos(void);
458 tos(void) function
502 struct value *value = tos();
515 struct value *value = tos();
/freebsd-11-stable/sbin/ping/
H A Dping.c252 int ssend_errno, srecv_errno, tos, ttl; local
299 alarmtimeout = df = preload = tos = 0;
524 tos = ltmp;
715 ip->ip_tos = tos;
1836 " [-W waittime] [-z tos] host",
1840 " [-z tos] mcast-group");
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c318 u8 tos; member in struct:rdma_id_private
2266 id->tos = id_priv->tos;
2337 void rdma_set_service_type(struct rdma_cm_id *id, int tos) argument
2342 id_priv->tos = (u8) tos;
2390 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos);
2514 static int iboe_tos_to_sl(struct net_device *ndev, int tos) argument
2517 int sl = (tos >> 5) & 0x7;
2601 route->path_rec->sl = iboe_tos_to_sl(ndev, id_priv->tos);
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c265 int ch, on = 1, tos, s = STDIN_FILENO; local
568 tos = IPTOS_LOWDELAY;
569 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)
1930 int retry = 0, tos, conerrno; local
1976 tos = IPTOS_THROUGHPUT;
1977 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386-tdep.c1395 int tos;
1403 tos = (fstat >> 11) & 0x7;
1404 fpreg = (mmxreg + tos) % 8;
1385 int tos; local
/freebsd-11-stable/sys/netinet/
H A Dudp_usrreq.c1107 u_char tos; local
1136 tos = inp->inp_ip_tos;
1183 tos = *(u_char *)CMSG_DATA(cm);
1457 ((struct ip *)ui)->ip_tos = tos; /* XXX */
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c1026 uint8_t tos; local
1032 offsetof(struct ip, ip_tos), sizeof(tos), &tos);
1033 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
1034 d_wme_ac = TID_TO_WME_AC(tos);
1040 uint8_t tos; local
1047 tos = (uint8_t)(ntohl(flow) >> 20);
1048 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
1049 d_wme_ac = TID_TO_WME_AC(tos);
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c99 {"tos", OPT_INT, 't'},
238 int tos; /* type of service */ member in struct:krping_cb
1930 if (cb->tos != 0)
1931 rdma_set_service_type(cb->cm_id, cb->tos);
2113 cb->tos = optint;
2114 DEBUG_LOG("type of service, tos=%d\n", (int) cb->tos);
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y234 u_int32_t tos;
473 %type <v.number> tos not yesno
898 r.tos = $9.tos;
1182 | SETTOS tos {
1184 yyerror("set-tos cannot be respecified");
2112 r.tos = $9.tos;
2494 | TOS tos {
2496 yyerror("tos canno
3608 tos : STRING { label
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c673 unsigned char tos; member in struct:swrap_packet::__anon6056::__anon6057
835 packet->ip.hdr.tos = 0x00;
855 packet->ip.hdr.tos = 0x00;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3466 else if (r->tos && !(r->tos == pd->tos))
3881 else if (r->tos && !(r->tos == pd->tos))
6013 pd.tos = h->ip_tos;
6148 if (pd.tos & IPTOS_LOWDELAY)
6168 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6389 pd.tos
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1691 OutputSection *tos = isec->getParent();
1692 for (BaseCommand *bc : tos->sectionCommands) {
1703 ts = addThunkSection(tos, isd, isec->outSecOff);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h228 u8 tos; member in struct:iplro
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h380 u_char tos; member in struct:__anon3945

Completed in 332 milliseconds

1234