Searched refs:optsize (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | fix_options.c | 43 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 D | sctp_usrreq.c | 1336 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 D | sctputil.c | 568 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 D | Attributes.td | 225 def OptimizeForSize : EnumAttr<"optsize", [FnAttr]>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrCompiler.td | 1227 // load, so is not suitable for regular or optsize functions. 1675 // For now only do this for optsize.
|
H A D | X86InstrSSE.td | 6241 // 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.
|