Home | History | Annotate | Download | only in radius

Lines Matching defs:tunnel

173 	{ RADIUS_ATTR_TUNNEL_TYPE, "Tunnel-Type", RADIUS_ATTR_HEXDUMP },
174 { RADIUS_ATTR_TUNNEL_MEDIUM_TYPE, "Tunnel-Medium-Type",
180 { RADIUS_ATTR_TUNNEL_PRIVATE_GROUP_ID, "Tunnel-Private-Group-Id",
1163 int type; /* Tunnel-Type */
1164 int medium_type; /* Tunnel-Medium-Type */
1170 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1172 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1176 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun;
1183 os_memset(&tunnel, 0, sizeof(tunnel));
1192 tun = &tunnel[0];
1194 tun = &tunnel[data[0]];
1225 tun = &tunnel[i];