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

  /src/sys/netinet/
sctp_structs.h 107 struct sctp_copy_all { struct
sctp_output.c 4652 struct sctp_copy_all *ca;
4656 ca = (struct sctp_copy_all *)ptr;
4690 struct sctp_copy_all *ca;
4691 ca = (struct sctp_copy_all *)ptr;
4777 struct sctp_copy_all *ca;
4778 ca = malloc(sizeof(struct sctp_copy_all), M_PCB, M_WAIT);
4783 memset (ca, 0, sizeof(struct sctp_copy_all));

Completed in 67 milliseconds