Home
last modified time | relevance | path

Searched refs:optsize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dfix_options.c43 int optsize = sizeof(optbuf), ipproto; in fix_options() local
71 if (getsockopt(fd, ipproto, IP_OPTIONS, (char *) optbuf, &optsize) == 0 in fix_options()
72 && optsize != 0) { in fix_options()
99 for (cp = optbuf + ADDR_LEN; cp < optbuf + optsize; cp += optlen) { in fix_options()
119 for (cp = optbuf; optsize > 0; cp++, optsize--, lp += 3) in fix_options()
124 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) { in fix_options()
/freebsd/sys/netinet/
H A Dsctp_usrreq.c1336 size_t optsize, void *p, int delay) in sctp_do_connect_x() argument
1382 …error = sctp_connectx_helper_find(inp, sa, totaddr, &num_v4, &num_v6, (unsigned int)(optsize - siz… in sctp_do_connect_x()
1505 sctp_getopt(struct socket *so, int optname, void *optval, size_t *optsize, argument
1570 if (*optsize < sizeof(val)) {
1579 *optsize = sizeof(val);
1588 SCTP_CHECK_AND_CAST(target, optval, uint8_t, *optsize);
1589 ret = sctp_copy_out_packet_log(target, (int)*optsize);
1590 *optsize = ret;
1606 SCTP_CHECK_AND_CAST(value, optval, uint32_t, *optsize);
1608 *optsize = sizeof(uint32_t);
[all …]
H A Dsctputil.c568 sctp_fill_stat_log(void *optval SCTP_UNUSED, size_t *optsize SCTP_UNUSED) in sctp_fill_stat_log()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td225 def OptimizeForSize : EnumAttr<"optsize", [FnAttr]>;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrCompiler.td1227 // load, so is not suitable for regular or optsize functions.
1675 // For now only do this for optsize.
H A DX86InstrSSE.td6241 // it from becoming movsd via commuting under optsize.
6257 // it from becoming movss via commuting under optsize.
6278 // it from becoming movss via commuting under optsize.