HomeSort by: relevance | last modified time | path
    Searched defs:optval (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/sys/compat/common/
kern_uipc_socket_50.c 126 int optval, error; local in function:uipc_socket_50_getopt1
133 optval = (opt == SO_OSNDTIMEO ?
136 otv.tv_sec = optval / hz;
137 otv.tv_usec = (optval % hz) * tick;
155 int optval, error; local in function:uipc_socket_50_setopt1
181 optval = tv.tv_sec * hz + tv.tv_usec / tick;
182 if (optval == 0 && tv.tv_usec != 0)
183 optval = 1;
187 so->so_snd.sb_timeo = optval;
190 so->so_rcv.sb_timeo = optval;
    [all...]
kern_uipc_socket_50.c 126 int optval, error; local in function:uipc_socket_50_getopt1
133 optval = (opt == SO_OSNDTIMEO ?
136 otv.tv_sec = optval / hz;
137 otv.tv_usec = (optval % hz) * tick;
155 int optval, error; local in function:uipc_socket_50_setopt1
181 optval = tv.tv_sec * hz + tv.tv_usec / tick;
182 if (optval == 0 && tv.tv_usec != 0)
183 optval = 1;
187 so->so_snd.sb_timeo = optval;
190 so->so_rcv.sb_timeo = optval;
    [all...]
kern_uipc_socket_50.c 126 int optval, error; local in function:uipc_socket_50_getopt1
133 optval = (opt == SO_OSNDTIMEO ?
136 otv.tv_sec = optval / hz;
137 otv.tv_usec = (optval % hz) * tick;
155 int optval, error; local in function:uipc_socket_50_setopt1
181 optval = tv.tv_sec * hz + tv.tv_usec / tick;
182 if (optval == 0 && tv.tv_usec != 0)
183 optval = 1;
187 so->so_snd.sb_timeo = optval;
190 so->so_rcv.sb_timeo = optval;
    [all...]
kern_uipc_socket_50.c 126 int optval, error; local in function:uipc_socket_50_getopt1
133 optval = (opt == SO_OSNDTIMEO ?
136 otv.tv_sec = optval / hz;
137 otv.tv_usec = (optval % hz) * tick;
155 int optval, error; local in function:uipc_socket_50_setopt1
181 optval = tv.tv_sec * hz + tv.tv_usec / tick;
182 if (optval == 0 && tv.tv_usec != 0)
183 optval = 1;
187 so->so_snd.sb_timeo = optval;
190 so->so_rcv.sb_timeo = optval;
    [all...]
  /src/usr.bin/sort/
init.c 173 for(; (tmp = optval(*pos, cur_fld->tcol.num)); pos++)
223 optval(int desc, int tcolflag) function in typeref:typename:int
init.c 173 for(; (tmp = optval(*pos, cur_fld->tcol.num)); pos++)
223 optval(int desc, int tcolflag) function in typeref:typename:int
init.c 173 for(; (tmp = optval(*pos, cur_fld->tcol.num)); pos++)
223 optval(int desc, int tcolflag) function in typeref:typename:int
init.c 173 for(; (tmp = optval(*pos, cur_fld->tcol.num)); pos++)
223 optval(int desc, int tcolflag) function in typeref:typename:int
  /src/tests/net/inpcb/
inpcb_bind.c 37 int error, optval; local in function:runtest
46 optval = 1;
48 &optval, sizeof(int));
56 optval = 1;
58 &optval, sizeof(int));
inpcb_bind.c 37 int error, optval; local in function:runtest
46 optval = 1;
48 &optval, sizeof(int));
56 optval = 1;
58 &optval, sizeof(int));
inpcb_bind.c 37 int error, optval; local in function:runtest
46 optval = 1;
48 &optval, sizeof(int));
56 optval = 1;
58 &optval, sizeof(int));
inpcb_bind.c 37 int error, optval; local in function:runtest
46 optval = 1;
48 &optval, sizeof(int));
56 optval = 1;
58 &optval, sizeof(int));
  /src/sys/netinet/
raw_ip.c 407 int optval; local in function:rip_ctloutput
411 optval = (inp->inp_flags & INP_NOHEADER) ? 1 : 0;
412 error = sockopt_set(sopt, &optval, sizeof(optval));
414 error = sockopt_getint(sopt, &optval);
417 if (optval) {
432 error = sockopt_getint(sopt, &optval);
435 if (optval)
465 optval = inp->inp_flags & INP_HDRINCL;
466 error = sockopt_set(sopt, &optval, sizeof(optval))
    [all...]
raw_ip.c 407 int optval; local in function:rip_ctloutput
411 optval = (inp->inp_flags & INP_NOHEADER) ? 1 : 0;
412 error = sockopt_set(sopt, &optval, sizeof(optval));
414 error = sockopt_getint(sopt, &optval);
417 if (optval) {
432 error = sockopt_getint(sopt, &optval);
435 if (optval)
465 optval = inp->inp_flags & INP_HDRINCL;
466 error = sockopt_set(sopt, &optval, sizeof(optval))
    [all...]
raw_ip.c 407 int optval; local in function:rip_ctloutput
411 optval = (inp->inp_flags & INP_NOHEADER) ? 1 : 0;
412 error = sockopt_set(sopt, &optval, sizeof(optval));
414 error = sockopt_getint(sopt, &optval);
417 if (optval) {
432 error = sockopt_getint(sopt, &optval);
435 if (optval)
465 optval = inp->inp_flags & INP_HDRINCL;
466 error = sockopt_set(sopt, &optval, sizeof(optval))
    [all...]
raw_ip.c 407 int optval; local in function:rip_ctloutput
411 optval = (inp->inp_flags & INP_NOHEADER) ? 1 : 0;
412 error = sockopt_set(sopt, &optval, sizeof(optval));
414 error = sockopt_getint(sopt, &optval);
417 if (optval) {
432 error = sockopt_getint(sopt, &optval);
435 if (optval)
465 optval = inp->inp_flags & INP_HDRINCL;
466 error = sockopt_set(sopt, &optval, sizeof(optval))
    [all...]
  /src/sys/netbt/
hci_socket.c 713 int optval, err = 0; local in function:hci_ctloutput
765 err = sockopt_getint(sopt, &optval);
769 if (optval)
hci_socket.c 713 int optval, err = 0; local in function:hci_ctloutput
765 err = sockopt_getint(sopt, &optval);
769 if (optval)
hci_socket.c 713 int optval, err = 0; local in function:hci_ctloutput
765 err = sockopt_getint(sopt, &optval);
769 if (optval)
  /src/sys/netcan/
can.c 862 int optval = 0; local in function:can_raw_getop
867 optval = (canp->canp_flags & CANP_NO_LOOPBACK) ? 0 : 1;
868 error = sockopt_set(sopt, &optval, sizeof(optval));
871 optval = (canp->canp_flags & CANP_RECEIVE_OWN) ? 1 : 0;
872 error = sockopt_set(sopt, &optval, sizeof(optval));
888 int optval = 0; local in function:can_raw_setop
893 error = sockopt_getint(sopt, &optval);
895 if (optval) {
    [all...]
can.c 862 int optval = 0; local in function:can_raw_getop
867 optval = (canp->canp_flags & CANP_NO_LOOPBACK) ? 0 : 1;
868 error = sockopt_set(sopt, &optval, sizeof(optval));
871 optval = (canp->canp_flags & CANP_RECEIVE_OWN) ? 1 : 0;
872 error = sockopt_set(sopt, &optval, sizeof(optval));
888 int optval = 0; local in function:can_raw_setop
893 error = sockopt_getint(sopt, &optval);
895 if (optval) {
    [all...]
can.c 862 int optval = 0; local in function:can_raw_getop
867 optval = (canp->canp_flags & CANP_NO_LOOPBACK) ? 0 : 1;
868 error = sockopt_set(sopt, &optval, sizeof(optval));
871 optval = (canp->canp_flags & CANP_RECEIVE_OWN) ? 1 : 0;
872 error = sockopt_set(sopt, &optval, sizeof(optval));
888 int optval = 0; local in function:can_raw_setop
893 error = sockopt_getint(sopt, &optval);
895 if (optval) {
    [all...]
  /src/sys/netinet6/
raw_ip6.c 541 int optval; local in function:rip6_ctloutput
545 optval = 1;
546 error = sockopt_set(sopt, &optval, sizeof(optval));
548 error = sockopt_getint(sopt, &optval);
551 if (optval == 0)
raw_ip6.c 541 int optval; local in function:rip6_ctloutput
545 optval = 1;
546 error = sockopt_set(sopt, &optval, sizeof(optval));
548 error = sockopt_getint(sopt, &optval);
551 if (optval == 0)
raw_ip6.c 541 int optval; local in function:rip6_ctloutput
545 optval = 1;
546 error = sockopt_set(sopt, &optval, sizeof(optval));
548 error = sockopt_getint(sopt, &optval);
551 if (optval == 0)

Completed in 198 milliseconds

1 2 3 4