Searched refs:oth (Results 1 - 8 of 8) sorted by path

/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_genn.c220 OTHERNAME *oth;
221 oth = OTHERNAME_new();
222 if (oth == NULL)
224 ASN1_TYPE_free(oth->value);
225 oth->type_id = oid;
226 oth->value = value;
227 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth);
/freebsd-current/sys/net/
H A Dslcompress.c156 struct tcphdr *oth; local
251 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen];
261 th->th_off != oth->th_off ||
265 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2)))
278 } else if (th->th_urp != oth->th_urp)
285 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win));
291 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
299 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);
/freebsd-current/sys/netinet/
H A Dsctp_cc_functions.c258 uint64_t oth __dtrace, probepoint __dtrace;
284 oth = net->cc_mod.rtcc.vol_reduce;
285 oth <<= 16;
286 oth |= net->cc_mod.rtcc.step_cnt;
287 oth <<= 16;
288 oth |= net->cc_mod.rtcc.last_step_state;
293 oth,
320 oth = net->cc_mod.rtcc.vol_reduce;
321 oth <<= 16;
322 oth |
[all...]
/freebsd-current/sys/ofed/include/rdma/
H A Dib_hdrs.h121 struct ib_other_headers oth; member in struct:ib_header::__anon5764::__anon5765
123 struct ib_other_headers oth; member in union:ib_header::__anon5764
/freebsd-current/sys/sys/
H A Delf32.h214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3)
H A Delf64.h221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3)
/freebsd-current/usr.sbin/pmcstudy/
H A Dpmcstudy.c1543 struct counters *oth; local
1549 oth = find_counter(cpu, "OTHER_ASSISTS.AVX_TO_SSE");
1551 ot = oth->vals[pos] * 1.0;
1554 ot = oth->sum * 1.0;
1567 struct counters *oth; local
1574 oth = find_counter(cpu, "OTHER_ASSISTS.SSE_TO_AVX");
1576 ot = oth->vals[pos] * 1.0;
1579 ot = oth->sum * 1.0;
/freebsd-current/usr.sbin/ppp/
H A Dslcompress.c163 register struct tcphdr *oth; local
263 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen];
273 THOFFSET(th) != THOFFSET(oth) ||
277 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) {
290 } else if (th->th_urp != oth->th_urp) {
299 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win));
304 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
312 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq);

Completed in 241 milliseconds