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

  /src/external/ibm-public/postfix/dist/src/util/
timed_connect.c 72 SOCKOPT_SIZE error_len; local
101 error_len = sizeof(error);
102 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0)
  /src/external/bsd/byacc/dist/test/yacc/
code_error.tab.c 7 const YYINT error_len[] = { 2, variable
error.tab.c 60 #define yylen error_len
149 static const YYINT error_len[] = { 2, variable
pure_error.tab.c 60 #define yylen error_len
161 static const YYINT error_len[] = { 2, variable
  /src/external/bsd/byacc/dist/test/btyacc/
code_error.tab.c 10 const YYINT error_len[] = { 2, variable
error.tab.c 63 #define yylen error_len
169 static const YYINT error_len[] = { 2, variable
pure_error.tab.c 63 #define yylen error_len
181 static const YYINT error_len[] = { 2, variable
  /src/external/ibm-public/postfix/dist/src/smtpstone/
qmqp-source.c 197 SOCKOPT_SIZE error_len; local
204 error_len = sizeof(error);
205 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0)
smtp-source.c 317 SOCKOPT_SIZE error_len; local
324 error_len = sizeof(error);
325 if (getsockopt(sock, SOL_SOCKET, SO_ERROR, (void *) &error, &error_len) < 0)
  /src/sys/netinet/
sctp_input.c 766 uint16_t error_len; local
778 error_len = ntohs(phdr->param_length);
779 if ((error_len > chklen) || (error_len == 0)) {
784 chklen, error_len);
881 adjust = SCTP_SIZE32(error_len);

Completed in 37 milliseconds