HomeSort by: relevance | last modified time | path
    Searched defs:ret_buf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 3512 struct mbuf *ret_buf; local in function:sctp_process_control
3513 ret_buf = sctp_handle_cookie_echo(m, iphlen,
3519 printf("ret_buf:%p length:%d off:%d\n",
3520 ret_buf, length, *offset);
3524 if (ret_buf == NULL) {
sctp_input.c 3512 struct mbuf *ret_buf; local in function:sctp_process_control
3513 ret_buf = sctp_handle_cookie_echo(m, iphlen,
3519 printf("ret_buf:%p length:%d off:%d\n",
3520 ret_buf, length, *offset);
3524 if (ret_buf == NULL) {

Completed in 30 milliseconds