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

1234

/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/sbin/ping/
H A Dping.c237 tos, ttl; local
262 alarmtimeout = df = preload = tos = 0;
487 tos = ultmp;
650 ip->ip_tos = tos;
1698 " [-W waittime] [-z tos] host",
1702 " [-z tos] mcast-group");
/freebsd-10.0-release/sys/netinet/
H A Dudp_usrreq.c965 u_char tos; local
982 tos = inp->inp_ip_tos;
1026 tos = *(u_char *)CMSG_DATA(cm);
1245 ((struct ip *)ui)->ip_tos = tos; /* XXX */
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c271 int ch, on = 1, tos; local
572 tos = IPTOS_LOWDELAY;
573 if (setsockopt(0, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)
1917 int retry = 0, tos, conerrno; local
1963 tos = IPTOS_THROUGHPUT;
1964 if (setsockopt(s, IPPROTO_IP, IP_TOS, &tos, sizeof(int)) < 0)
/freebsd-10.0-release/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-10.0-release/usr.bin/dc/
H A Dbcode.c67 static __inline struct value *tos(void);
457 tos(void) function
501 struct value *value = tos();
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c3235 FSTACK *tos = filestack;
3237 while (tos)
3250 tos = tos->next;
3222 FSTACK *tos = filestack; local
/freebsd-10.0-release/tools/tools/cxgbetool/
H A Dcxgbetool.c728 printf(" %02x/%02x", t->fs.val.tos, t->fs.mask.tos);
891 printf("tos ");
931 if (!strcmp(argv[0], "tos"))
1018 } else if (!parse_val_mask("tos", args, &val, &mask)) {
1019 t.fs.val.tos = val;
1020 t.fs.mask.tos = mask;
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_output.c957 uint8_t tos; local
963 offsetof(struct ip, ip_tos), sizeof(tos), &tos);
964 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
965 d_wme_ac = TID_TO_WME_AC(tos);
971 uint8_t tos; local
978 tos = (uint8_t)(ntohl(flow) >> 20);
979 tos >>= 5; /* NB: ECN + low 3 bits of DSCP */
980 d_wme_ac = TID_TO_WME_AC(tos);
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y227 u_int32_t tos;
461 %type <v.number> tos not yesno
869 r.tos = $9.tos;
1142 | SETTOS tos {
1144 yyerror("set-tos cannot be respecified");
1931 r.tos = $9.tos;
2301 | TOS tos {
2303 yyerror("tos canno
3374 tos : STRING { label
[all...]
H A Dpfctl_parser.c150 { "net-tos", ICMP_UNREACH, ICMP_UNREACH_TOSNET },
151 { "host-tos", ICMP_UNREACH, ICMP_UNREACH_TOSHOST },
157 { "redir-tos-net", ICMP_REDIRECT, ICMP_REDIRECT_TOSNET },
158 { "redir-tos-host", ICMP_REDIRECT, ICMP_REDIRECT_TOSHOST },
850 if (r->tos)
851 printf(" tos 0x%2.2x", r->tos);
986 printf(" set-tos 0x%2.2x", r->set_tos);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dcma.c170 u8 tos; member in struct:rdma_id_private
1593 void rdma_set_service_type(struct rdma_cm_id *id, int tos) argument
1598 id_priv->tos = (u8) tos;
1645 path_rec.qos_class = cpu_to_be16((u16) id_priv->tos);
1789 static u8 tos_to_sl(u8 tos) argument
1839 route->path_rec->sl = tos_to_sl(id_priv->tos);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c673 unsigned char tos; member in struct:swrap_packet::__anon4880::__anon4881
835 packet->ip.hdr.tos = 0x00;
855 packet->ip.hdr.tos = 0x00;
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_io.c2375 int tos; local
2451 tos = IPTOS_LOWDELAY;
2452 if (setsockopt(fd, IPPROTO_IP, IP_TOS, (char *) &tos, sizeof(tos)) < 0)
/freebsd-10.0-release/contrib/openbsm/bsm/
H A Dlibbsm.h382 u_char tos; member in struct:__anon4047
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-device.h228 u8 tos; member in struct:iplro
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c299 int ch, on = 1, tos, keepalive; local
655 tos = IPTOS_LOWDELAY;
656 if (setsockopt(0, IPPROTO_IP, IP_TOS, (char *)&tos,
1942 int retry, tos, keepalive, conerrno; local
1971 tos = IPTOS_THROUGHPUT;
1973 (char *)&tos, sizeof(int));
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c3219 else if (r->tos && !(r->tos == pd->tos))
3656 else if (r->tos && !(r->tos == pd->tos))
5704 pd.tos = h->ip_tos;
5845 if (pqid || (pd.tos & IPTOS_LOWDELAY))
6054 pd.tos = 0;
6262 if (pd.tos
[all...]
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c91 __be16 peer_port, u8 tos);
207 __be16 peer_port, u8 tos)
2125 ep->tos = 0;
206 find_route(__be32 local_ip, __be32 peer_ip, __be16 local_port, __be16 peer_port, u8 tos) argument
H A Diw_cxgbe.h796 u8 tos; member in struct:c4iw_ep
/freebsd-10.0-release/sys/net/
H A Dpfvar.h646 u_int8_t tos; member in struct:pf_rule
1188 u_int8_t tos; member in struct:pf_pdesc
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipf_y.y273 family tos ttl proto ip
410 tos: | settos YY_NUMBER { DOALL(fr->fr_tos = $2; fr->fr_mtos = 0xff;) } label
1839 { "tos", IPFY_TOS },
1870 { "net-tos", IPFY_ICMPC_NETTOS },
1873 { "host-tos", IPFY_ICMPC_HSTTOS },

Completed in 431 milliseconds

1234