Searched refs:tun_mode (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_crtc_helper.c47 char *tun_var_name, *tun_mode; local
56 tun_mode = getenv(tun_var_name);
57 if (tun_mode != NULL) {
58 res = drm_mode_parse_command_line_for_connector(tun_mode,
60 freeenv(tun_mode);
/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.c1937 client_request_tun_fwd(int tun_mode, int local_tun, int remote_tun) argument
1942 if (tun_mode == SSH_TUNMODE_NO)
1950 debug("Requesting tun unit %d in mode %d", local_tun, tun_mode);
1953 if ((fd = tun_open(local_tun, tun_mode)) == -1) {
1979 packet_put_int(tun_mode);

Completed in 176 milliseconds