netcat.c | 106 int Oflag; /* TCP send buffer size */ 116 char *oflag; /* OCSP stapling file */ variable in typeref:typename:char * 324 Oflag = strtoi(optarg, NULL, 0, 1, 65536 << 14, &errnum); 331 oflag = optarg; 418 if (oflag && !Cflag) 517 if (oflag && tls_config_set_ocsp_staple_file(tls_cfg, oflag) == -1) 1518 if (Oflag) { 1520 &Oflag, sizeof(Oflag)) == -1 [all...] |