• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching refs:buf_printf

2910   buf_printf (&out, "V4");
2916 buf_printf (&out, ",dev-type %s", dev_type_string (o->dev, o->dev_type));
2917 buf_printf (&out, ",link-mtu %d", EXPANDED_SIZE (frame));
2918 buf_printf (&out, ",tun-mtu %d", PAYLOAD_SIZE (frame));
2919 buf_printf (&out, ",proto %s", proto2ascii (proto_remote (o->ce.proto, remote), true));
2925 buf_printf (&out, ",tun-ipv6");
2953 buf_printf (&out, ",ifconfig %s", ios);
2963 buf_printf (&out, ",comp-lzo");
2968 buf_printf (&out, ",mtu-dynamic");
2987 buf_printf (&out, ",keydir %s", kd);
3006 buf_printf (&out, ",cipher %s", cipher_kt_name (kt.cipher));
3007 buf_printf (&out, ",auth %s", md_kt_name (kt.digest));
3008 buf_printf (&out, ",keysize %d", kt.cipher_length * 8);
3010 buf_printf (&out, ",secret");
3012 buf_printf (&out, ",no-replay");
3014 buf_printf (&out, ",no-iv");
3018 buf_printf (&out, ",use-prediction-resistance");
3030 buf_printf (&out, ",tls-auth");
3033 buf_printf (&out, ",key-method %d", o->key_method);
3039 buf_printf (&out, ",tls-server");
3041 buf_printf (&out, ",tls-client");
3046 buf_printf (&out, ",tls-client");
3048 buf_printf (&out, ",tls-server");
3184 buf_printf (&local, "version %s", expected);
3185 buf_printf (&remote, "version %s", actual);
3250 good &= buf_printf (&name, "foreign_option_%d", o->foreign_option_index + 1);
3257 good &= buf_printf (&value, " ");
3258 good &= buf_printf (&value, "%s", argv[i]);
3683 buf_printf (&buf, "%s", line);
3706 buf_printf (&close_tag, "</%s>", p[0]);
4093 good &= buf_printf (&string, " ");
4094 good &= buf_printf (&string, "%s", p[j]);