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

  /src/sys/netinet/
sctp_constants.h 40 #define SCTP_AUDIT_SIZE 256
sctputil.c 381 u_int8_t sctp_audit_data[SCTP_AUDIT_SIZE][2];
390 for (i=sctp_audit_indx;i<SCTP_AUDIT_SIZE;i++) {
441 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
448 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
457 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
466 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
484 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
495 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
503 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
515 if (sctp_audit_indx >= SCTP_AUDIT_SIZE) {
    [all...]

Completed in 12 milliseconds