HomeSort by relevance Sort by last modified time
    Searched refs:sctp_log (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sysctl.h 119 struct sctp_log *sctp_log; member in struct:sctp_sysctl
121 struct sctp_log sctp_log; member in struct:sctp_sysctl
sctp_sysctl.c 140 MALLOC(SCTP_BASE_SYSCTL(sctp_log), struct sctp_log *, sizeof(struct sctp_log), M_SYSCTL, M_ZERO);
142 memset(&SCTP_BASE_SYSCTL(sctp_log), 0, sizeof(struct sctp_log));
167 if (SCTP_BASE_SYSCTL(sctp_log) != NULL) {
168 FREE(SCTP_BASE_SYSCTL(sctp_log), M_SYSCTL);
169 SCTP_BASE_SYSCTL(sctp_log) = NULL;
    [all...]
sctputil.c     [all...]
sctp_uio.h 1292 struct sctp_log { struct
    [all...]
sctp_pcb.c     [all...]

Completed in 58 milliseconds