Searched refs:oth (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_genn.c | 220 OTHERNAME *oth; in GENERAL_NAME_set0_othername() local 221 oth = OTHERNAME_new(); in GENERAL_NAME_set0_othername() 222 if (oth == NULL) in GENERAL_NAME_set0_othername() 224 ASN1_TYPE_free(oth->value); in GENERAL_NAME_set0_othername() 225 oth->type_id = oid; in GENERAL_NAME_set0_othername() 226 oth->value = value; in GENERAL_NAME_set0_othername() 227 GENERAL_NAME_set0_value(gen, GEN_OTHERNAME, oth); in GENERAL_NAME_set0_othername()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_cc_functions.c | 292 oth, in cc_bw_same() 320 oth <<= 16; in cc_bw_same() 328 oth, in cc_bw_same() 439 oth, in cc_bw_decrease() 475 oth, in cc_bw_decrease() 499 oth <<= 16; in cc_bw_decrease() 501 oth <<= 16; in cc_bw_decrease() 507 oth, in cc_bw_decrease() 549 oth <<= 16; in cc_bw_increase() 551 oth <<= 16; in cc_bw_increase() [all …]
|
| /freebsd-12.1/sys/net/ |
| H A D | slcompress.c | 160 struct tcphdr *oth; in sl_compress_tcp() local 255 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen]; in sl_compress_tcp() 265 th->th_off != oth->th_off || in sl_compress_tcp() 269 BCMP(th + 1, oth + 1, (th->th_off - 5) << 2))) in sl_compress_tcp() 282 } else if (th->th_urp != oth->th_urp) in sl_compress_tcp() 289 deltaS = (u_int16_t)(ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 295 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp() 303 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | slcompress.c | 167 register struct tcphdr *oth; in sl_compress_tcp() local 267 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen]; in sl_compress_tcp() 277 THOFFSET(th) != THOFFSET(oth) || in sl_compress_tcp() 281 memcmp(th + 1, oth + 1, (THOFFSET(th) - 5) << 2))) { in sl_compress_tcp() 294 } else if (th->th_urp != oth->th_urp) { in sl_compress_tcp() 303 deltaS = (u_short) (ntohs(th->th_win) - ntohs(oth->th_win)); in sl_compress_tcp() 308 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp() 316 deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq); in sl_compress_tcp()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_hdrs.h | 123 struct ib_other_headers oth; member 125 struct ib_other_headers oth; member
|
| /freebsd-12.1/sys/sys/ |
| H A D | elf32.h | 214 #define ELF32_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| H A D | elf64.h | 221 #define ELF64_ST_VISIBILITY(oth) ((oth) & 0x3) argument
|
| /freebsd-12.1/usr.sbin/pmcstudy/ |
| H A D | pmcstudy.c | 1545 struct counters *oth; in otherassistavx() local 1551 oth = find_counter(cpu, "OTHER_ASSISTS.AVX_TO_SSE"); in otherassistavx() 1553 ot = oth->vals[pos] * 1.0; in otherassistavx() 1556 ot = oth->sum * 1.0; in otherassistavx() 1569 struct counters *oth; in otherassistsse() local 1576 oth = find_counter(cpu, "OTHER_ASSISTS.SSE_TO_AVX"); in otherassistsse() 1578 ot = oth->vals[pos] * 1.0; in otherassistsse() 1581 ot = oth->sum * 1.0; in otherassistsse()
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-sso-defs.h | 585 uint64_t oth : 2; /**< WQP, GRP memory BIST status */ member 587 uint64_t oth : 2; 631 uint64_t oth : 2; /**< WQP, GRP memory BIST status */ member 633 uint64_t oth : 2;
|
| /freebsd-12.1/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 255 crlDistributionPoints=URI:http://my.com/my.crl,URI:http://oth.com/my.crl
|