| 52 | #endif /* SCTP_DEBUG */ |
| 53 | |
| 54 | void |
| 55 | sctp_clear_chunklist(sctp_auth_chklist_t *chklist) |
| 56 | { |
| 57 | memset(chklist, 0, sizeof(*chklist)); |
| 58 | /* chklist->num_chunks = 0; */ |
| 59 | } |
| 60 | |
| 61 | sctp_auth_chklist_t * |
| 62 | sctp_alloc_chunklist(void) |
no test coverage detected