HomeSort by relevance Sort by last modified time
    Searched defs:status_text (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/net/tcp/
ftp.c 67 char status_text[5]; member in struct:ftp_request
246 char status_major = ftp->status_text[0];
247 char separator = ftp->status_text[3];
249 DBGC ( ftp, "FTP %p received status %s\n", ftp, ftp->status_text );
328 recvbuf = ftp->status_text;
329 recvsize = sizeof ( ftp->status_text ) - 1;
499 ftp->recvbuf = ftp->status_text;
500 ftp->recvsize = sizeof ( ftp->status_text ) - 1;
  /external/tcpdump/
print-802_11.c 831 static const char *status_text[] = { variable
911 #define NUM_STATUSES (sizeof status_text / sizeof status_text[0])
    [all...]

Completed in 198 milliseconds