Searched refs:optsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/tcp_wrappers/
H A Dfix_options.c44 int optsize = sizeof(optbuf), ipproto; local
72 if (getsockopt(fd, ipproto, IP_OPTIONS, (char *) optbuf, &optsize) == 0
73 && optsize != 0) {
100 for (cp = optbuf + ADDR_LEN; cp < optbuf + optsize; cp += optlen) {
120 for (cp = optbuf; optsize > 0; cp++, optsize--, lp += 3)
125 if (setsockopt(fd, ipproto, IP_OPTIONS, (char *) 0, optsize) != 0) {
/freebsd-12-stable/sys/netinet/
H A Dsctp_usrreq.c1331 size_t optsize, void *p, int delay)
1377 error = sctp_connectx_helper_find(inp, sa, totaddr, &num_v4, &num_v6, (unsigned int)(optsize - sizeof(int)));
1508 sctp_getopt(struct socket *so, int optname, void *optval, size_t *optsize, argument
1573 if (*optsize < sizeof(val)) {
1582 *optsize = sizeof(val);
1591 SCTP_CHECK_AND_CAST(target, optval, uint8_t, *optsize);
1592 ret = sctp_copy_out_packet_log(target, (int)*optsize);
1593 *optsize = ret;
1609 SCTP_CHECK_AND_CAST(value, optval, uint32_t, *optsize);
1611 *optsize
1330 sctp_do_connect_x(struct socket *so, struct sctp_inpcb *inp, void *optval, size_t optsize, void *p, int delay) argument
3716 sctp_setopt(struct socket *so, int optname, void *optval, size_t optsize, void *p) argument
6867 size_t optsize = 0; local
[all...]
H A Dsctputil.c571 sctp_fill_stat_log(void *optval SCTP_UNUSED, size_t *optsize SCTP_UNUSED)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp669 KEYWORD(optsize);

Completed in 222 milliseconds