HomeSort by: relevance | last modified time | path
    Searched refs:dccp_get_option (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
dccp_tcplike.c 114 extern int dccp_get_option(char *, int, int, char *, int);
426 if (dccp_get_option(options, optlen, DCCP_OPT_TIMESTAMP_ECHO, av,10) > 0) {
469 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av,10);
471 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR1, av,10);
941 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR0, av_rcv,10);
943 avsize = dccp_get_option(options, optlen, DCCP_OPT_ACK_VECTOR1, av_rcv,10);
dccp_tfrc.c 181 extern int dccp_get_option(char *, int, int, char *, int);
852 res = dccp_get_option(options, optlen, TFRC_OPT_LOSS_RATE, (char *) &pinv, 6);
859 res = dccp_get_option(options, optlen, DCCP_OPT_ELAPSEDTIME, (char *) &t_elapsed_l, 6);
862 res = dccp_get_option(options, optlen, DCCP_OPT_ELAPSEDTIME, (char *) &t_elapsed, 4);
869 res = dccp_get_option(options, optlen, TFRC_OPT_RECEIVE_RATE, (char *) &x_recv, 4);
dccp_usrreq.c 155 int dccp_get_option(char *, int, int, char *,int);
2189 dccp_get_option(char *options, int optlen, int type, char *buffer, int buflen) function in typeref:typename:int
2209 DCCP_DEBUG((LOG_INFO, "dccp_get_option option(%d) not found\n", type));

Completed in 16 milliseconds